org.globus.wsrf
Interface ResourceIdentifier

All Known Subinterfaces:
PersistentResource
All Known Implementing Classes:
EnumResource, PersistentReflectionResource, PersistentSubscription, ReflectionResource, SecurityContext, SimpleSubscription, TransientEnumResource

public interface ResourceIdentifier

This interface is used to retrieve a unique id of the resource.


Method Summary
 java.lang.Object getID()
          Returns the unique id of the resource.
 

Method Detail

getID

java.lang.Object getID()
Returns the unique id of the resource. In most cases this value should match value returned by ResoureKey.getValue().

Returns:
the id of the resource.