![]() |
![]() |
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_transient( in PortableServer::Servant servant,
in CORBA::RepositoryId rep_id)
raises ( ServantAlreadyActive );
C++ Binding
CORBA::Object_ptr start_transient(
PortableServer::Servant servant,
const char* rep_id);
Java Binding
org.omg.CORBA.Object start_transient(
org.omg.PortableServer.Servant servant,
java.lang.String rep_id);
Arguments
Exceptions
Description
This operation performs the following actions:
Return Value
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |