NetKernel APIs


com.ten60.netkernel.urii.accessor
Interface IURAccessorMeta

All Superinterfaces:
IURMeta
All Known Implementing Classes:
AccessorMeta, ActiveAccessorMeta, DataAccessorMeta

public interface IURAccessorMeta
extends IURMeta

Meta data for an IURAccessor. It contains additional meta data from the generic.


Field Summary
static String MIME_TYPE
          all accessors have this mime type
 
Method Summary
 boolean isThreadSafe()
          Return true if the accessor can process multiple concurrent requests safely
 boolean supportsRequestType(int aRequestType)
          Return true if the accessor supports this type of request
 
Methods inherited from interface com.ten60.netkernel.urii.IURMeta
getContextSensitivity, getCreationCost, getMimeType, getPessimisticExpiryTime, getUsageCost, isExpired, isIntermediate
 

Field Detail

MIME_TYPE

public static final String MIME_TYPE
all accessors have this mime type

See Also:
Constant Field Values
Method Detail

supportsRequestType

public boolean supportsRequestType(int aRequestType)
Return true if the accessor supports this type of request

See Also:
URRequest

isThreadSafe

public boolean isThreadSafe()
Return true if the accessor can process multiple concurrent requests safely


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.