|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ten60.netkernel.layer1.representation.SimpleRepresentationImpl
Implementation of a Representation where the only aspect is the Representation class itself- this has the problem that creating a mirror of this representation will stop this representation from being GCed so only realy useful in limited cases
com.ten60.netkernel.component.ComponentImpl
Field Summary | |
protected IURMeta |
mMeta
storage of our meta |
Constructor Summary | |
SimpleRepresentationImpl(IURMeta aMeta)
Construct a new SimpleRepresentationImpl with the given meta |
Method Summary | |
IURAspect |
getAspect(Class aAspectClass)
Representation only exibits interfaces on the representation itself |
Collection |
getAspects()
Representation only exibits interfaces on the representation itself |
IURMeta |
getMeta()
return the meta |
boolean |
hasAspect(Class aAspectClass)
Representation only exibits interfaces on the representation itself |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected IURMeta mMeta
Constructor Detail |
public SimpleRepresentationImpl(IURMeta aMeta)
Method Detail |
public IURMeta getMeta()
getMeta
in interface IURRepresentation
public final boolean hasAspect(Class aAspectClass)
hasAspect
in interface IURRepresentation
aAspectClass
- a IURAspect class object for an aspect to test for
public final IURAspect getAspect(Class aAspectClass)
getAspect
in interface IURRepresentation
public final Collection getAspects()
getAspects
in interface IURRepresentation
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |