org.mobicents.slee.container.management.console.client.sleestate
Interface SleeStateService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService

public interface SleeStateService
extends com.google.gwt.user.client.rpc.RemoteService

Author:
Stefano Zappaterra

Method Summary
 SleeStateInfo getState()
           
 java.lang.String getVersion()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 

Method Detail

getState

SleeStateInfo getState()
                       throws ManagementConsoleException
Throws:
ManagementConsoleException

start

void start()
           throws ManagementConsoleException
Throws:
ManagementConsoleException

stop

void stop()
          throws ManagementConsoleException
Throws:
ManagementConsoleException

shutdown

void shutdown()
              throws ManagementConsoleException
Throws:
ManagementConsoleException

getVersion

java.lang.String getVersion()
                            throws ManagementConsoleException
Throws:
ManagementConsoleException


Copyright © 2009. All Rights Reserved.