![]() |
![]() |
e-docs > Tuxedo > Administering a Tuxedo Application at Run Time > Joint Client/Servers |
Administering a Tuxedo Application at Run Time
|
Synopsis
Activates an object, sets the ORB and the POA to the proper state, sets the output parameter stroid, and returns an object reference to the activated object.
IDL
Object start_persistent_systemid(
in PortableServer::Servant servant,
in CORBA::RepositoryId rep_id,
out string stroid)
raises ( ServantAlreadyActive );
C++ Binding
CORBA::Object_ptr start_persistent_systemid(
PortableServer::Servant servant,
const char* rep_id,
char*& stroid);
Java Binding
org.omg.CORBA.Object start_persistent_systemid(
org.omg.PortableServer.Servant servant,
java.lang.String rep_id,
java.lang.String stroid);
Arguments
Exceptions
Description
This operation performs the following actions:
Return Value
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |