org.mobicents.slee.container.management.console.server.sleestate
Class SleeStateServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by org.mobicents.slee.container.management.console.server.sleestate.SleeStateServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, java.util.EventListener, javax.management.NotificationListener, javax.servlet.Servlet, javax.servlet.ServletConfig, org.mobicents.slee.container.management.console.client.sleestate.SleeStateService

public class SleeStateServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements org.mobicents.slee.container.management.console.client.sleestate.SleeStateService, javax.management.NotificationListener

Author:
Stefano Zappaterra
See Also:
Serialized Form

Constructor Summary
SleeStateServiceImpl()
           
 
Method Summary
 void addNotificationListener()
           
 void destroy()
           
 org.mobicents.slee.container.management.console.client.sleestate.SleeStateInfo getState()
           
 java.lang.String getVersion()
           
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
           
 void init()
           
 void removeNotificationListener()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, shouldCompressResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SleeStateServiceImpl

public SleeStateServiceImpl()
Method Detail

getState

public org.mobicents.slee.container.management.console.client.sleestate.SleeStateInfo getState()
                                                                                        throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getState in interface org.mobicents.slee.container.management.console.client.sleestate.SleeStateService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getVersion

public java.lang.String getVersion()
                            throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getVersion in interface org.mobicents.slee.container.management.console.client.sleestate.SleeStateService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

shutdown

public void shutdown()
              throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
shutdown in interface org.mobicents.slee.container.management.console.client.sleestate.SleeStateService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

start

public void start()
           throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
start in interface org.mobicents.slee.container.management.console.client.sleestate.SleeStateService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

stop

public void stop()
          throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
stop in interface org.mobicents.slee.container.management.console.client.sleestate.SleeStateService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener

addNotificationListener

public void addNotificationListener()
                             throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

removeNotificationListener

public void removeNotificationListener()
                                throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException


Copyright © 2009. All Rights Reserved.