de.fzj.unicore.wsrflite.admin.service
Class AdminServiceHomeImpl
java.lang.Object
de.fzj.unicore.wsrflite.impl.DefaultHome
de.fzj.unicore.wsrflite.xmlbeans.impl.WSResourceHomeImpl
de.fzj.unicore.wsrflite.admin.service.AdminServiceHomeImpl
- All Implemented Interfaces:
- Home
public class AdminServiceHomeImpl
- extends WSResourceHomeImpl
AdminTool Service Home implementation.
- Author:
- j.daivandy@fz-juelich.de
| Fields inherited from class de.fzj.unicore.wsrflite.impl.DefaultHome |
DEFAULT_LIFETIME, EXPIRYCHECK_INITIAL, EXPIRYCHECK_PERIOD, expiryChecker, instanceChecking, logger, MAXIMUM_LIFETIME, serviceInstances, serviceName, supportsNotification, terminationTimes |
| Methods inherited from class de.fzj.unicore.wsrflite.impl.DefaultHome |
destroyWSRFServiceInstance, doCreateInstance, extractServiceReference, get, getForUpdate, getNumberOfInstances, getReferenceParameterQNames, getServiceName, getStore, getTerminationTime, getWSNProvider, initExpiryCheck, isShuttingDown, passivateHome, persist, runExpiryCheckNow, setServiceName, setStore, setTerminationTime, stopExpiryCheckNow, storeNewInstance, supportsNotification, updateTT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminServiceHomeImpl
public AdminServiceHomeImpl()
doCreateInstance
protected WSResourceImpl doCreateInstance()
- Description copied from class:
WSResourceHomeImpl
- actually create an instance
in general you only need to override this to provide a correct instance
- Overrides:
doCreateInstance in class WSResourceHomeImpl
createWSRFServiceInstance
public String createWSRFServiceInstance(Map<String,Object> initObjs)
throws ResourceNotCreatedException
- Create the singleton admin service instance
- Specified by:
createWSRFServiceInstance in interface Home- Overrides:
createWSRFServiceInstance in class DefaultHome
- Returns:
- String the unique id of the new instance
- Throws:
ResourceNotCreatedException
activateHome
public void activateHome(String serviceName)
throws Exception
- Description copied from interface:
Home
- activate the service using the given name
Called when the container brings up the service
- Specified by:
activateHome in interface Home- Overrides:
activateHome in class DefaultHome
- Throws:
Exception
Copyright © 2010. All Rights Reserved.