![]() |
![]() |
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, and returns an object reference to the activated object.
IDL
Object start_persistent_userid(
portableServer::Servant a_servant,
in CORBA::RepositoryId rep_id,
in string stroid)
raises ( ServantAlreadyActive, ObjectAlreadyActive );
C++ Binding
CORBA::Object_ptr start_persistent_userid (
PortableServer::Servant servant,
const char* rep_id,
const char* stroid);
Java Binding
org.omg.CORBA.Object start_persistent_userid(
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
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |