com.arjuna.ats.jts.utils
Class ORBSetup

java.lang.Object
  extended bycom.arjuna.ats.jts.utils.ORBSetup
All Implemented Interfaces:
InitClassInterface

public class ORBSetup
extends java.lang.Object
implements InitClassInterface

Setup the ORB and POA used by the transaction system.

Since:
JTS 1.0.
Version:
$Id: ORBSetup.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark_little@hp.com)

Constructor Summary
ORBSetup()
           
 
Method Summary
 void invoke(java.lang.Object obj)
          This method is invoked when the ORB is initialised
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORBSetup

public ORBSetup()
Method Detail

invoke

public void invoke(java.lang.Object obj)
This method is invoked when the ORB is initialised

Specified by:
invoke in interface InitClassInterface
Parameters:
obj - The object which has or is being initialised.