org.mobicents.slee.container.management.console.server.resources
Class ResourceServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.mobicents.slee.container.management.console.server.resources.ResourceServiceImpl
- 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.resources.ResourceService
public class ResourceServiceImpl
- extends com.google.gwt.user.server.rpc.RemoteServiceServlet
- implements org.mobicents.slee.container.management.console.client.resources.ResourceService
- Author:
- Stefano Zappaterra
- See Also:
- Serialized Form
| 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 |
ResourceServiceImpl
public ResourceServiceImpl()
getResourceAdaptorEntityInfos
public org.mobicents.slee.container.management.console.client.resources.ResourceAdaptorEntityInfo[] getResourceAdaptorEntityInfos(java.lang.String resourceAdaptorID)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
getResourceAdaptorEntityInfos in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
createResourceAdaptorEntity
public void createResourceAdaptorEntity(java.lang.String resourceAdaptorID,
java.lang.String entityName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
createResourceAdaptorEntity in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
activateResourceAdaptorEntity
public void activateResourceAdaptorEntity(java.lang.String entityName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
activateResourceAdaptorEntity in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
deactivateResourceAdaptorEntity
public void deactivateResourceAdaptorEntity(java.lang.String entityName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
deactivateResourceAdaptorEntity in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
removeResourceAdaptorEntity
public void removeResourceAdaptorEntity(java.lang.String entityName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
removeResourceAdaptorEntity in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
getResourceAdaptorEntityInfo
public org.mobicents.slee.container.management.console.client.resources.ResourceAdaptorEntityInfo getResourceAdaptorEntityInfo(java.lang.String entityName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
getResourceAdaptorEntityInfo in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
getResourceAdaptorEntityConfigurationProperties
public org.mobicents.slee.container.management.console.client.PropertiesInfo getResourceAdaptorEntityConfigurationProperties(java.lang.String entityName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
getResourceAdaptorEntityConfigurationProperties in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
getResourceAdaptorEntityLinks
public java.lang.String[] getResourceAdaptorEntityLinks(java.lang.String entityName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
getResourceAdaptorEntityLinks in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
bindResourceAdaptorEntityLink
public void bindResourceAdaptorEntityLink(java.lang.String entityName,
java.lang.String linkName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
bindResourceAdaptorEntityLink in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
unbindResourceAdaptorEntityLink
public void unbindResourceAdaptorEntityLink(java.lang.String linkName)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
unbindResourceAdaptorEntityLink in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
setResourceAdaptorEntityConfigurationProperties
public void setResourceAdaptorEntityConfigurationProperties(java.lang.String entityName,
org.mobicents.slee.container.management.console.client.PropertiesInfo propertiesInfo)
throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
- Specified by:
setResourceAdaptorEntityConfigurationProperties in interface org.mobicents.slee.container.management.console.client.resources.ResourceService
- Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException
Copyright © 2009. All Rights Reserved.