All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.WstringDefHelper
java.lang.Object
|
+----org.omg.CORBA.WstringDefHelper
- public abstract class WstringDefHelper
- extends Object
- Java Class org.omg.CORBA.WstringDefHelper
- Source File org/omg/CORBA/WstringDefHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::WstringDef
- Repository Identifier IDL:omg.org/CORBA/WstringDef:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface WstringDef : ::CORBA::IDLType {
attribute unsigned long bound;
};
WstringDefHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, WstringDef)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, WstringDef)
-
WstringDefHelper
public WstringDefHelper()
narrow
public static WstringDef narrow(Object object)
bind
public static WstringDef bind(ORB orb)
bind
public static WstringDef bind(ORB orb,
String name)
bind
public static WstringDef bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static WstringDef read(InputStream _input)
write
public static void write(OutputStream _output,
WstringDef value)
insert
public static void insert(Any any,
WstringDef value)
extract
public static WstringDef extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index