|
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
org.ten60.netkernel.layer1.accessor.AccessorImpl
org.ten60.netkernel.layer1.accessor.ActiveAccessorImpl
public abstract class ActiveAccessorImpl
Base class for implementing active accessors.
| Field Summary |
|---|
| Fields inherited from class org.ten60.netkernel.layer1.representation.SimpleRepresentationImpl |
|---|
mMeta |
| Fields inherited from interface com.ten60.netkernel.urii.accessor.IURAccessor |
|---|
MIME_TYPE |
| Constructor Summary | |
|---|---|
ActiveAccessorImpl(int aCost,
boolean aIsThreadSafe)
construct a new ActiveAccessorImpl |
|
| Method Summary | |
|---|---|
protected ActiveAccessorMeta |
getAAMeta()
Sometimes it is useful to get the ActiveAccessorMeta to make tweeks |
protected void |
setThreadSafe(boolean aIsThreadSafe)
set our thread safety |
| Methods inherited from class org.ten60.netkernel.layer1.accessor.AccessorImpl |
|---|
destroy, finalize, getAccessorMeta, getContainer, getModule, getResource, getScheduler, initialise, receiveAsyncException, receiveAsyncResult, sinkResource, transrepresent |
| Methods inherited from class org.ten60.netkernel.layer1.representation.SimpleRepresentationImpl |
|---|
getAspect, getAspects, getMeta, hasAspect |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ten60.netkernel.urrequest.IURRequestee |
|---|
requestAsync |
| Methods inherited from interface com.ten60.netkernel.urii.IURRepresentation |
|---|
getAspect, getAspects, getMeta, hasAspect |
| Constructor Detail |
|---|
public ActiveAccessorImpl(int aCost,
boolean aIsThreadSafe)
aCost - the cost of creation of this accessoraIsThreadSafe - true if the accessor is to be considered threadsafe| Method Detail |
|---|
protected void setThreadSafe(boolean aIsThreadSafe)
protected final ActiveAccessorMeta getAAMeta()
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||