org.globus.wsrf.impl.servicegroup.inmemory
Class InMemoryServiceGroupEntryResource
java.lang.Object
org.globus.wsrf.impl.servicegroup.inmemory.InMemoryServiceGroupEntryResource
- All Implemented Interfaces:
- org.globus.wsrf.Resource, org.globus.wsrf.ResourceProperties, ServiceGroupEntryResource
- public class InMemoryServiceGroupEntryResource
- extends Object
- implements ServiceGroupEntryResource, org.globus.wsrf.ResourceProperties
Implements a simple in-memory service group entry resource.
|
Constructor Summary |
InMemoryServiceGroupEntryResource(org.globus.wsrf.ResourceKey groupKey,
org.oasis.wsrf.servicegroup.Add addMsg,
EndpointReferenceType serviceGroupEPR)
probably need to make this constructor take content as a
parameter? or make the code that calls constructor then later on call
set on the appropriate resource property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RP_SET
public static final QName RP_SET
InMemoryServiceGroupEntryResource
public InMemoryServiceGroupEntryResource(org.globus.wsrf.ResourceKey groupKey,
org.oasis.wsrf.servicegroup.Add addMsg,
EndpointReferenceType serviceGroupEPR)
- probably need to make this constructor take content as a
parameter? or make the code that calls constructor then later on call
set on the appropriate resource property.
getResourcePropertySet
public org.globus.wsrf.ResourcePropertySet getResourcePropertySet()
- Specified by:
getResourcePropertySet in interface org.globus.wsrf.ResourceProperties
getKey
public org.globus.wsrf.ResourceKey getKey()
getEntryEPR
public EndpointReferenceType getEntryEPR()
- Description copied from interface:
ServiceGroupEntryResource
- A ServiceGroupEntry resource must know an EPR to access itself
- Specified by:
getEntryEPR in interface ServiceGroupEntryResource
setEntryEPR
public void setEntryEPR(EndpointReferenceType epr)
Copyright © 1999-2006 University of Chicago. All rights reserved.