org.globus.mds.aggregator.impl
Class AggregatorServiceGroupEntryHome

java.lang.Object
  extended byorg.globus.wsrf.impl.ResourceHomeImpl
      extended byorg.globus.mds.aggregator.impl.AggregatorServiceGroupEntryHome
All Implemented Interfaces:
Initializable, ResourceHome

public class AggregatorServiceGroupEntryHome
extends ResourceHomeImpl

Looks up a service group entry. A key for this service consists of the key to the containing service group and then a unique-in-servicegroup key.


Nested Class Summary
 
Nested classes inherited from class org.globus.wsrf.impl.ResourceHomeImpl
 
Field Summary
private  ResourceHome groupHome
           
private static org.globus.util.I18n i18n
           
private static org.apache.commons.logging.Log logger
           
 
Fields inherited from class org.globus.wsrf.impl.ResourceHomeImpl
keyTypeClass, keyTypeName, lockManager, resourceClass, resources
 
Constructor Summary
AggregatorServiceGroupEntryHome()
           
 
Method Summary
 Resource find(ResourceKey key)
           
 ResourceHome getGroupHome()
           
 java.lang.String getGroupHomeLocation(org.apache.axis.MessageContext ctx)
           
 void initialize()
           
 void remove(ResourceKey key)
           
 
Methods inherited from class org.globus.wsrf.impl.ResourceHomeImpl
add, createNewInstance, createNewInstanceAndLoad, getCacheLocation, getKeyTypeClass, getKeyTypeName, getResourceClass, getSweeperDelay, setCacheLocation, setResourceClass, setResourceKeyName, setResourceKeyType, setSweeperDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.commons.logging.Log logger

i18n

private static org.globus.util.I18n i18n

groupHome

private ResourceHome groupHome
Constructor Detail

AggregatorServiceGroupEntryHome

public AggregatorServiceGroupEntryHome()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception

find

public Resource find(ResourceKey key)
              throws ResourceException,
                     InvalidResourceKeyException
Throws:
ResourceException
InvalidResourceKeyException

remove

public void remove(ResourceKey key)

getGroupHome

public ResourceHome getGroupHome()
                          throws java.lang.Exception
Throws:
java.lang.Exception

getGroupHomeLocation

public java.lang.String getGroupHomeLocation(org.apache.axis.MessageContext ctx)
                                      throws java.lang.Exception
Throws:
java.lang.Exception