All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.IOP.IOR

java.lang.Object
   |
   +----com.visigenic.vbroker.IOP.IOR

public final class IOR
extends Object

IDL definition:
struct IOR {
string type_id;
sequence<::IOP::TaggedProfile> profiles;
};


Variable Index

 o profiles
 o type_id

Constructor Index

 o IOR()
 o IOR(String, TaggedProfile[])

Method Index

 o toString()

Variables

 o type_id
 public String type_id
 o profiles
 public TaggedProfile profiles[]

Constructors

 o IOR
 public IOR()
 o IOR
 public IOR(String type_id,
            TaggedProfile profiles[])

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index