org.mobicents.slee.container.management.console.server.services
Class ServicesServiceImpl

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.services.ServicesServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.mobicents.slee.container.management.console.client.services.ServicesService

public class ServicesServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements org.mobicents.slee.container.management.console.client.services.ServicesService

Author:
Stefano Zappaterra
See Also:
Serialized Form

Constructor Summary
ServicesServiceImpl()
           
 
Method Summary
 void activate(java.lang.String id)
           
 void deactivate(java.lang.String id)
           
 org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] getSbbsWithinService(java.lang.String strServiceID)
           
 org.mobicents.slee.container.management.console.client.services.ServiceInfoHeader[] getServiceInfoHeaders()
           
 
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
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesServiceImpl

public ServicesServiceImpl()
Method Detail

getServiceInfoHeaders

public org.mobicents.slee.container.management.console.client.services.ServiceInfoHeader[] getServiceInfoHeaders()
                                                                                                          throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getServiceInfoHeaders in interface org.mobicents.slee.container.management.console.client.services.ServicesService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

activate

public void activate(java.lang.String id)
              throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
activate in interface org.mobicents.slee.container.management.console.client.services.ServicesService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

deactivate

public void deactivate(java.lang.String id)
                throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
deactivate in interface org.mobicents.slee.container.management.console.client.services.ServicesService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getSbbsWithinService

public org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] getSbbsWithinService(java.lang.String strServiceID)
                                                                                                            throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getSbbsWithinService in interface org.mobicents.slee.container.management.console.client.services.ServicesService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException


Copyright © 2009. All Rights Reserved.