com.arjuna.orbportability
Interface ORBData


public interface ORBData

ORB specific data objects implement this interface to provide runtime information about the ORB.

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

Method Summary
 String getORBdata()
          Retrieve the XML fragment which contains runtime information about the orb.
 

Method Detail

getORBdata

String getORBdata()
Retrieve the XML fragment which contains runtime information about the orb.

Returns:
A string containing the XML fragment.


Copyright © 2011. All Rights Reserved.