org.mobicents.slee.container.management.console.client.services
Interface ServicesService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService

public interface ServicesService
extends com.google.gwt.user.client.rpc.RemoteService

Author:
Stefano Zappaterra

Method Summary
 void activate(java.lang.String id)
           
 void deactivate(java.lang.String id)
           
 ComponentInfo[] getSbbsWithinService(java.lang.String serviceID)
           
 ServiceInfoHeader[] getServiceInfoHeaders()
           
 

Method Detail

getServiceInfoHeaders

ServiceInfoHeader[] getServiceInfoHeaders()
                                          throws ManagementConsoleException
Throws:
ManagementConsoleException

activate

void activate(java.lang.String id)
              throws ManagementConsoleException
Throws:
ManagementConsoleException

deactivate

void deactivate(java.lang.String id)
                throws ManagementConsoleException
Throws:
ManagementConsoleException

getSbbsWithinService

ComponentInfo[] getSbbsWithinService(java.lang.String serviceID)
                                     throws ManagementConsoleException
Throws:
ManagementConsoleException


Copyright © 2009. All Rights Reserved.