public class ResourceServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements ResourceService
| Constructor and Description |
|---|
ResourceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateResourceAdaptorEntity(String entityName) |
void |
bindResourceAdaptorEntityLink(String entityName,
String linkName) |
void |
createResourceAdaptorEntity(String resourceAdaptorID,
String entityName) |
void |
deactivateResourceAdaptorEntity(String entityName) |
PropertiesInfo |
getResourceAdaptorEntityConfigurationProperties(String entityName) |
ResourceAdaptorEntityInfo |
getResourceAdaptorEntityInfo(String entityName) |
ResourceAdaptorEntityInfo[] |
getResourceAdaptorEntityInfos(String resourceAdaptorID) |
String[] |
getResourceAdaptorEntityLinks(String entityName) |
void |
removeResourceAdaptorEntity(String entityName) |
void |
setResourceAdaptorEntityConfigurationProperties(String entityName,
PropertiesInfo propertiesInfo) |
void |
unbindResourceAdaptorEntityLink(String linkName) |
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, readContent, shouldCompressResponsedoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic ResourceAdaptorEntityInfo[] getResourceAdaptorEntityInfos(String resourceAdaptorID) throws ManagementConsoleException
getResourceAdaptorEntityInfos in interface ResourceServiceManagementConsoleExceptionpublic void createResourceAdaptorEntity(String resourceAdaptorID, String entityName) throws ManagementConsoleException
createResourceAdaptorEntity in interface ResourceServiceManagementConsoleExceptionpublic void activateResourceAdaptorEntity(String entityName) throws ManagementConsoleException
activateResourceAdaptorEntity in interface ResourceServiceManagementConsoleExceptionpublic void deactivateResourceAdaptorEntity(String entityName) throws ManagementConsoleException
deactivateResourceAdaptorEntity in interface ResourceServiceManagementConsoleExceptionpublic void removeResourceAdaptorEntity(String entityName) throws ManagementConsoleException
removeResourceAdaptorEntity in interface ResourceServiceManagementConsoleExceptionpublic ResourceAdaptorEntityInfo getResourceAdaptorEntityInfo(String entityName) throws ManagementConsoleException
getResourceAdaptorEntityInfo in interface ResourceServiceManagementConsoleExceptionpublic PropertiesInfo getResourceAdaptorEntityConfigurationProperties(String entityName) throws ManagementConsoleException
getResourceAdaptorEntityConfigurationProperties in interface ResourceServiceManagementConsoleExceptionpublic String[] getResourceAdaptorEntityLinks(String entityName) throws ManagementConsoleException
getResourceAdaptorEntityLinks in interface ResourceServiceManagementConsoleExceptionpublic void bindResourceAdaptorEntityLink(String entityName, String linkName) throws ManagementConsoleException
bindResourceAdaptorEntityLink in interface ResourceServiceManagementConsoleExceptionpublic void unbindResourceAdaptorEntityLink(String linkName) throws ManagementConsoleException
unbindResourceAdaptorEntityLink in interface ResourceServiceManagementConsoleExceptionpublic void setResourceAdaptorEntityConfigurationProperties(String entityName, PropertiesInfo propertiesInfo) throws ManagementConsoleException
setResourceAdaptorEntityConfigurationProperties in interface ResourceServiceManagementConsoleExceptionCopyright © 2017. All rights reserved.