org.globus.wsrf.impl.servicegroup.inmemory
Class InMemoryServiceGroupEntryResource

java.lang.Object
  extended byorg.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.


Field Summary
static QName RP_SET
           
 
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.
 
Method Summary
 EndpointReferenceType getEntryEPR()
          A ServiceGroupEntry resource must know an EPR to access itself
 org.globus.wsrf.ResourceKey getKey()
           
 org.globus.wsrf.ResourcePropertySet getResourcePropertySet()
           
 void setEntryEPR(EndpointReferenceType epr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RP_SET

public static final QName RP_SET
Constructor Detail

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.

Method Detail

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.