com.arjuna.ats.jts.utils
Class ORBSetup
java.lang.Object
com.arjuna.ats.jts.utils.ORBSetup
- All Implemented Interfaces:
- InitClassInterface
public class ORBSetup
- extends 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)
Method Summary |
void |
invoke(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 |
ORBSetup
public ORBSetup()
invoke
public void invoke(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.
Copyright © 2011. All Rights Reserved.