public interface ResourceService
extends com.google.gwt.user.client.rpc.RemoteService
| 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) |
ResourceAdaptorEntityInfo[] getResourceAdaptorEntityInfos(String resourceAdaptorID) throws ManagementConsoleException
ManagementConsoleExceptionvoid createResourceAdaptorEntity(String resourceAdaptorID, String entityName) throws ManagementConsoleException
ManagementConsoleExceptionvoid activateResourceAdaptorEntity(String entityName) throws ManagementConsoleException
ManagementConsoleExceptionvoid deactivateResourceAdaptorEntity(String entityName) throws ManagementConsoleException
ManagementConsoleExceptionvoid removeResourceAdaptorEntity(String entityName) throws ManagementConsoleException
ManagementConsoleExceptionResourceAdaptorEntityInfo getResourceAdaptorEntityInfo(String entityName) throws ManagementConsoleException
ManagementConsoleExceptionPropertiesInfo getResourceAdaptorEntityConfigurationProperties(String entityName) throws ManagementConsoleException
ManagementConsoleExceptionvoid setResourceAdaptorEntityConfigurationProperties(String entityName, PropertiesInfo propertiesInfo) throws ManagementConsoleException
ManagementConsoleExceptionString[] getResourceAdaptorEntityLinks(String entityName) throws ManagementConsoleException
ManagementConsoleExceptionvoid bindResourceAdaptorEntityLink(String entityName, String linkName) throws ManagementConsoleException
ManagementConsoleExceptionvoid unbindResourceAdaptorEntityLink(String linkName) throws ManagementConsoleException
ManagementConsoleExceptionCopyright © 2017. All rights reserved.