com.arjuna.orbportability.orb
Class Attribute
java.lang.Object
com.arjuna.orbportability.orb.Attribute
- Direct Known Subclasses:
- ORBAttribute
public abstract class Attribute
- extends Object
Classes to be called before or after the ORB is initialised.
Override the postORBInit method to determine where in the
initialisation the class should be called.
- Since:
- JTS 1.0.
- Version:
- $Id: Attribute.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute()
initialise
public abstract void initialise(String[] params)
postORBInit
public boolean postORBInit()
Copyright © 2011. All Rights Reserved.