|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ten60.netkernel.urii.meta.MetaImpl
org.ten60.netkernel.layer1.meta.MetaImpl
org.ten60.netkernel.layer1.meta.AccessorMeta
An implementation of IURAccessorMeta for active accessors, i.e. accessors that only
implement the URRequest.RQT_SOURCE
request.
Field Summary |
Fields inherited from interface com.ten60.netkernel.urii.accessor.IURAccessorMeta |
MIME_TYPE |
Constructor Summary | |
AccessorMeta(int aCost,
boolean aIsThreadSafe,
int aRequestTypes)
Creates a new instance of ActiveAccessorMeta |
Method Summary | |
boolean |
isContextSensitive()
accessors are never context sensitive |
boolean |
isIntermediate()
accessors are never intermediate |
boolean |
isThreadSafe()
returns true if the accessor is thread safe |
void |
setThreadSafe(boolean aIsThreadSafe)
|
boolean |
supportsRequestType(int aRequestType)
returns true if the request type is RRequest.RQT_SOURCE |
Methods inherited from class com.ten60.netkernel.urii.meta.MetaImpl |
getContextSensitivity, getCreationCost, getMimeType, getPessimisticExpiryTime, getUsageCost, incrementCreationCost, isExpired, setMimeType, setPessimisticExpiryTime, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ten60.netkernel.urii.IURMeta |
getContextSensitivity, getCreationCost, getMimeType, getPessimisticExpiryTime, getUsageCost, isExpired |
Constructor Detail |
public AccessorMeta(int aCost, boolean aIsThreadSafe, int aRequestTypes)
Method Detail |
public void setThreadSafe(boolean aIsThreadSafe)
public boolean supportsRequestType(int aRequestType)
supportsRequestType
in interface IURAccessorMeta
URRequest
public boolean isThreadSafe()
isThreadSafe
in interface IURAccessorMeta
public boolean isIntermediate()
isIntermediate
in interface IURMeta
isIntermediate
in class MetaImpl
public boolean isContextSensitive()
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |