com.arjuna.orbportability.oa
Class Attribute

java.lang.Object
  extended bycom.arjuna.orbportability.oa.Attribute
Direct Known Subclasses:
OAAttribute

public abstract class Attribute
extends java.lang.Object

Classes to be called before or after the OA is initialised. Override the postOAInit 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 nmcl $
Author:
Mark Little (mark@arjuna.com)

Constructor Summary
Attribute()
           
 
Method Summary
abstract  void initialise(java.lang.String[] params)
           
 boolean postOAInit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

initialise

public abstract void initialise(java.lang.String[] params)

postOAInit

public boolean postOAInit()