org.mobicents.slee.container.management.console.client.sbb.entity
Interface SbbEntitiesService

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

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

Author:
Vladimir Ralev

Method Summary
 void removeSbbEntity(java.lang.String sbbeId)
           
 SbbEntityInfo[] retrieveAllSbbEntities()
           
 SbbEntityInfo retrieveSbbEntityInfo(java.lang.String sbbeId)
           
 

Method Detail

retrieveSbbEntityInfo

SbbEntityInfo retrieveSbbEntityInfo(java.lang.String sbbeId)
                                    throws ManagementConsoleException
Throws:
ManagementConsoleException

retrieveAllSbbEntities

SbbEntityInfo[] retrieveAllSbbEntities()
                                       throws ManagementConsoleException
Throws:
ManagementConsoleException

removeSbbEntity

void removeSbbEntity(java.lang.String sbbeId)
                     throws ManagementConsoleException
Throws:
ManagementConsoleException


Copyright © 2008. All Rights Reserved.