|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.parlay.util.corba.ServantActivationHelper
public class ServantActivationHelper
Class Description for ServantActivationHelper
| Constructor Summary | |
|---|---|
ServantActivationHelper()
|
|
| Method Summary | |
|---|---|
static org.omg.CORBA.Object |
activateServant(org.omg.PortableServer.POA poa,
org.omg.PortableServer.Servant servant)
Activates the provided servant on the specified poa. |
static org.omg.CORBA.Object |
activateServantWithID(org.omg.PortableServer.POA poa,
org.omg.PortableServer.Servant servant,
byte[] oid)
Activates the provided servant on the specified poa. |
static void |
deactivateServant(org.omg.PortableServer.POA poa,
byte[] oid)
Deactivates the provided servant. |
static void |
deactivateServant(org.omg.PortableServer.Servant servant)
Deactivates the provided servant. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServantActivationHelper()
| Method Detail |
|---|
public static org.omg.CORBA.Object activateServantWithID(org.omg.PortableServer.POA poa,
org.omg.PortableServer.Servant servant,
byte[] oid)
throws org.omg.PortableServer.POAPackage.ServantAlreadyActive,
org.omg.PortableServer.POAPackage.ObjectAlreadyActive,
org.omg.PortableServer.POAPackage.WrongPolicy
poa - servant - oid -
org.omg.PortableServer.POAPackage.ObjectAlreadyActive
org.omg.PortableServer.POAPackage.WrongPolicy
org.omg.PortableServer.POAPackage.ServantAlreadyActive
public static org.omg.CORBA.Object activateServant(org.omg.PortableServer.POA poa,
org.omg.PortableServer.Servant servant)
throws org.omg.PortableServer.POAPackage.ServantAlreadyActive,
org.omg.PortableServer.POAPackage.ObjectAlreadyActive,
org.omg.PortableServer.POAPackage.WrongPolicy
poa - servant -
org.omg.PortableServer.POAPackage.ObjectAlreadyActive
org.omg.PortableServer.POAPackage.WrongPolicy
org.omg.PortableServer.POAPackage.ServantAlreadyActive
public static void deactivateServant(org.omg.PortableServer.Servant servant)
throws org.omg.PortableServer.POAPackage.ObjectNotActive,
org.omg.PortableServer.POAPackage.WrongPolicy,
org.omg.PortableServer.POAPackage.ServantNotActive
servant -
org.omg.PortableServer.POAPackage.ObjectNotActive
org.omg.PortableServer.POAPackage.WrongPolicy
org.omg.PortableServer.POAPackage.ServantNotActive
public static void deactivateServant(org.omg.PortableServer.POA poa,
byte[] oid)
throws org.omg.PortableServer.POAPackage.ObjectNotActive,
org.omg.PortableServer.POAPackage.WrongPolicy
poa - oid -
org.omg.PortableServer.POAPackage.ObjectNotActive
org.omg.PortableServer.POAPackage.WrongPolicy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||