org.openorb.ots
Class Service

java.lang.Object
  extended byServiceBase
      extended byorg.openorb.ots.Service

public class Service
extends ServiceBase

Lifecycle manager for the transient NamingService.

Author:
Michael Rumpf
See Also:
Serialized Form

Field Summary
static java.lang.String OPT_RECOVER
           
static java.lang.String OPT_RECOVER_DESCRIP
           
static java.lang.String OPT_RECOVER_LONG
           
 
Constructor Summary
Service()
           
 
Method Summary
 java.lang.Object createRecoveryPOA()
           
 java.lang.String getTransactionFactoryIOR()
          Return the IOR of the transaction factory.
 void initializeService()
          This method is called in the service lifecycle when the service is initialized.
 void startService()
          This method is called in the service lifecycle when the service is started.
 void stopService()
          This method is called in the service lifecycle when the service is stopped.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPT_RECOVER

public static final java.lang.String OPT_RECOVER
See Also:
Constant Field Values

OPT_RECOVER_LONG

public static final java.lang.String OPT_RECOVER_LONG
See Also:
Constant Field Values

OPT_RECOVER_DESCRIP

public static final java.lang.String OPT_RECOVER_DESCRIP
See Also:
Constant Field Values
Constructor Detail

Service

public Service()
Method Detail

createRecoveryPOA

public java.lang.Object createRecoveryPOA()

initializeService

public void initializeService()
This method is called in the service lifecycle when the service is initialized.


startService

public void startService()
This method is called in the service lifecycle when the service is started.


stopService

public void stopService()
This method is called in the service lifecycle when the service is stopped.


getTransactionFactoryIOR

public java.lang.String getTransactionFactoryIOR()
Return the IOR of the transaction factory.

Returns:
The IOR of the transaction factory.