org.ten60.netkernel.layer1.meta
Class DataAccessorMeta
java.lang.Object
com.ten60.netkernel.urii.meta.MetaImpl
org.ten60.netkernel.layer1.meta.MetaImpl
org.ten60.netkernel.layer1.meta.DataAccessorMeta
- All Implemented Interfaces:
- IURAccessorMeta, IURMeta
public class DataAccessorMeta
- extends MetaImpl
- implements IURAccessorMeta
Implementation IURAccessorMeta for data accessors that don't depend upon other
results and may implement all or any of the URRequest types
|
Constructor Summary |
DataAccessorMeta(int aCost,
int aSupportedRequestTypes,
boolean aThreadSafe)
Creates a new instance of DataAccessorMeta |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataAccessorMeta
public DataAccessorMeta(int aCost,
int aSupportedRequestTypes,
boolean aThreadSafe)
- Creates a new instance of DataAccessorMeta
supportsRequestType
public boolean supportsRequestType(int aRequestType)
- return true if the accessor supports the given request type
- Specified by:
supportsRequestType in interface IURAccessorMeta
- See Also:
URRequest
isThreadSafe
public boolean isThreadSafe()
- sets the accessor to be threadsafe or not
- Specified by:
isThreadSafe in interface IURAccessorMeta
isContextSensitive
public boolean isContextSensitive()
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.