org.globus.wsrf.impl.servicegroup.inmemory
Class InMemoryServiceGroupHome
java.lang.Object
org.globus.wsrf.impl.servicegroup.inmemory.InMemoryServiceGroupHome
- All Implemented Interfaces:
- ResourceHome
- public class InMemoryServiceGroupHome
- extends Object
- implements ResourceHome
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resources
Hashtable resources
InMemoryServiceGroupHome
public InMemoryServiceGroupHome()
find
public Resource find(ResourceKey key)
- Specified by:
find in interface ResourceHome
remove
public void remove(ResourceKey key)
- Specified by:
remove in interface ResourceHome
getKeyTypeClass
public Class getKeyTypeClass()
- Specified by:
getKeyTypeClass in interface ResourceHome
getKeyTypeName
public QName getKeyTypeName()
- Specified by:
getKeyTypeName in interface 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?