cgl.narada.wsinfra.wsr.impl
Class WsrSinkGroupTerminationImpl

java.lang.Object
  extended bycgl.narada.wsinfra.wsr.impl.WsrSinkGroupTerminationImpl

public class WsrSinkGroupTerminationImpl
extends Object


Method Summary
static WsrSinkGroupTerminationImpl getInstance()
           
 void initialize(WsrStorageService wsrStorageService)
           
 void processGroupTermination(String groupId)
          Check to see if the group needs to be terminated, and if so, proceed to do that
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WsrSinkGroupTerminationImpl getInstance()

initialize

public void initialize(WsrStorageService wsrStorageService)
                throws DeploymentException
Throws:
DeploymentException

processGroupTermination

public void processGroupTermination(String groupId)
                             throws WsrStorageException
Check to see if the group needs to be terminated, and if so, proceed to do that

Throws:
WsrStorageException