org.mobicents.slee.container.management.console.server.components
Class ComponentsServiceImpl

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.components.ComponentsServiceImpl
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.components.ComponentsService

public class ComponentsServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements org.mobicents.slee.container.management.console.client.components.ComponentsService

See Also:
Serialized Form

Constructor Summary
ComponentsServiceImpl()
           
 
Method Summary
 org.mobicents.slee.container.management.console.client.components.info.ComponentInfo getComponentInfo(java.lang.String id)
           
 org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] getComponentInfos(org.mobicents.slee.container.management.console.client.components.info.ComponentTypeInfo componentTypeInfo)
           
 java.lang.String getComponentName(java.lang.String id)
           
 org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] getComponents()
           
 org.mobicents.slee.container.management.console.client.components.info.ComponentTypeInfo[] getComponentTypeInfos()
           
 java.lang.String[] getReferringComponents(java.lang.String id)
           
 org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] searchComponents(org.mobicents.slee.container.management.console.client.components.info.ComponentSearchParams params)
           
 org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] searchComponents(java.lang.String text)
           
 
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

ComponentsServiceImpl

public ComponentsServiceImpl()
Method Detail

getComponents

public org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] getComponents()
                                                                                                     throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getComponents in interface org.mobicents.slee.container.management.console.client.components.ComponentsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getComponentTypeInfos

public org.mobicents.slee.container.management.console.client.components.info.ComponentTypeInfo[] getComponentTypeInfos()
                                                                                                                 throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getComponentTypeInfos in interface org.mobicents.slee.container.management.console.client.components.ComponentsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getComponentInfos

public org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] getComponentInfos(org.mobicents.slee.container.management.console.client.components.info.ComponentTypeInfo componentTypeInfo)
                                                                                                         throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getComponentInfos in interface org.mobicents.slee.container.management.console.client.components.ComponentsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getComponentInfo

public org.mobicents.slee.container.management.console.client.components.info.ComponentInfo getComponentInfo(java.lang.String id)
                                                                                                      throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getComponentInfo in interface org.mobicents.slee.container.management.console.client.components.ComponentsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

searchComponents

public org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] searchComponents(java.lang.String text)
                                                                                                        throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
searchComponents in interface org.mobicents.slee.container.management.console.client.components.ComponentsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

searchComponents

public org.mobicents.slee.container.management.console.client.components.info.ComponentInfo[] searchComponents(org.mobicents.slee.container.management.console.client.components.info.ComponentSearchParams params)
                                                                                                        throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
searchComponents in interface org.mobicents.slee.container.management.console.client.components.ComponentsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getReferringComponents

public java.lang.String[] getReferringComponents(java.lang.String id)
                                          throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getReferringComponents in interface org.mobicents.slee.container.management.console.client.components.ComponentsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getComponentName

public java.lang.String getComponentName(java.lang.String id)
                                  throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getComponentName in interface org.mobicents.slee.container.management.console.client.components.ComponentsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException


Copyright © 2009. All Rights Reserved.