com.arjuna.orbportability.debug
Class OAAttribute

java.lang.Object
  extended bycom.arjuna.orbportability.oa.Attribute
      extended bycom.arjuna.orbportability.debug.OAAttribute

public class OAAttribute
extends Attribute

This class prints out all of the parameters passed to it.

Since:
JTS 2.1.
Version:
$Id: OAAttribute.java 2342 2006-03-30 13:06:17Z nmcl $
Author:
Mark Little (mark@arjuna.com)

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

Constructor Detail

OAAttribute

public OAAttribute()
Method Detail

initialise

public void initialise(java.lang.String[] params)
Specified by:
initialise in class Attribute

postORBInit

public boolean postORBInit()