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

java.lang.Object
  extended byorg.globus.wsrf.impl.servicegroup.inmemory.InMemoryServiceGroupHome
All Implemented Interfaces:
org.globus.wsrf.ResourceHome

public class InMemoryServiceGroupHome
extends Object
implements org.globus.wsrf.ResourceHome


Constructor Summary
InMemoryServiceGroupHome()
           
 
Method Summary
 InMemoryServiceGroupResource create()
          creates a new InMemoryServiceGroup resource.
 org.globus.wsrf.Resource find(org.globus.wsrf.ResourceKey key)
           
 Class getKeyTypeClass()
           
 QName getKeyTypeName()
           
 void remove(org.globus.wsrf.ResourceKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryServiceGroupHome

public InMemoryServiceGroupHome()
Method Detail

find

public org.globus.wsrf.Resource find(org.globus.wsrf.ResourceKey key)
Specified by:
find in interface org.globus.wsrf.ResourceHome

remove

public void remove(org.globus.wsrf.ResourceKey key)
Specified by:
remove in interface org.globus.wsrf.ResourceHome

getKeyTypeClass

public Class getKeyTypeClass()
Specified by:
getKeyTypeClass in interface org.globus.wsrf.ResourceHome

getKeyTypeName

public QName getKeyTypeName()
Specified by:
getKeyTypeName in interface org.globus.wsrf.ResourceHome

create

public InMemoryServiceGroupResource create()
creates a new InMemoryServiceGroup resource.
TODO: should there be a standard API for this? or are the factories for servicegroups almost always going to be non-general?



Copyright © 1999-2006 University of Chicago. All rights reserved.