org.globus.wsrf
Interface ResourceIdentifier

All Known Subinterfaces:
PersistentResource
All Known Implementing Classes:
PersistentReflectionResource, ReflectionResource, ResolverResource, SecurityContext, SimpleSubscription

public interface ResourceIdentifier

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


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

Method Detail

getID

public 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.


Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.