org.mobicents.slee.container.management.console.client.resources
Interface ResourceServiceAsync


public interface ResourceServiceAsync

Author:
Stefano Zappaterra

Method Summary
 void activateResourceAdaptorEntity(java.lang.String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void bindResourceAdaptorEntityLink(java.lang.String entityName, java.lang.String entityLinkName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void createResourceAdaptorEntity(java.lang.String id, java.lang.String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void deactivateResourceAdaptorEntity(java.lang.String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void getResourceAdaptorEntityConfigurationProperties(java.lang.String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void getResourceAdaptorEntityInfo(java.lang.String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void getResourceAdaptorEntityInfos(java.lang.String id, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void getResourceAdaptorEntityLinks(java.lang.String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void removeResourceAdaptorEntity(java.lang.String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void setResourceAdaptorEntityConfigurationProperties(java.lang.String entityName, PropertiesInfo propertiesInfo, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void unbindResourceAdaptorEntityLink(java.lang.String entityLinkName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 

Method Detail

getResourceAdaptorEntityInfos

void getResourceAdaptorEntityInfos(java.lang.String id,
                                   com.google.gwt.user.client.rpc.AsyncCallback callback)

createResourceAdaptorEntity

void createResourceAdaptorEntity(java.lang.String id,
                                 java.lang.String entityName,
                                 com.google.gwt.user.client.rpc.AsyncCallback callback)

activateResourceAdaptorEntity

void activateResourceAdaptorEntity(java.lang.String entityName,
                                   com.google.gwt.user.client.rpc.AsyncCallback callback)

deactivateResourceAdaptorEntity

void deactivateResourceAdaptorEntity(java.lang.String entityName,
                                     com.google.gwt.user.client.rpc.AsyncCallback callback)

removeResourceAdaptorEntity

void removeResourceAdaptorEntity(java.lang.String entityName,
                                 com.google.gwt.user.client.rpc.AsyncCallback callback)

getResourceAdaptorEntityInfo

void getResourceAdaptorEntityInfo(java.lang.String entityName,
                                  com.google.gwt.user.client.rpc.AsyncCallback callback)

getResourceAdaptorEntityConfigurationProperties

void getResourceAdaptorEntityConfigurationProperties(java.lang.String entityName,
                                                     com.google.gwt.user.client.rpc.AsyncCallback callback)

setResourceAdaptorEntityConfigurationProperties

void setResourceAdaptorEntityConfigurationProperties(java.lang.String entityName,
                                                     PropertiesInfo propertiesInfo,
                                                     com.google.gwt.user.client.rpc.AsyncCallback callback)

getResourceAdaptorEntityLinks

void getResourceAdaptorEntityLinks(java.lang.String entityName,
                                   com.google.gwt.user.client.rpc.AsyncCallback callback)

bindResourceAdaptorEntityLink

void bindResourceAdaptorEntityLink(java.lang.String entityName,
                                   java.lang.String entityLinkName,
                                   com.google.gwt.user.client.rpc.AsyncCallback callback)

unbindResourceAdaptorEntityLink

void unbindResourceAdaptorEntityLink(java.lang.String entityLinkName,
                                     com.google.gwt.user.client.rpc.AsyncCallback callback)


Copyright © 2009. All Rights Reserved.