Package com.arjuna.orbportability
Interface ORBData
- All Known Implementing Classes:
javaidl_1_4
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
Modifier and TypeMethodDescriptionRetrieve the XML fragment which contains runtime information about the orb.
-
Method Details
-
getORBdata
String getORBdata()Retrieve the XML fragment which contains runtime information about the orb.- Returns:
- A string containing the XML fragment.
-