org.ow2.petals.registry.api.ws.service
Interface LifeCycleService


public interface LifeCycleService

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 void init()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 

Method Detail

init

void init()
          throws RemoteRegistryException
Throws:
RemoteRegistryException

start

void start()
           throws RemoteRegistryException
Throws:
RemoteRegistryException

stop

void stop()
          throws RemoteRegistryException
Throws:
RemoteRegistryException

shutdown

void shutdown()
              throws RemoteRegistryException
Throws:
RemoteRegistryException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.