Uses of Interface
org.omg.CORBA.StringDef

Packages that use StringDef
org.jacorb.ir   
org.omg.CORBA   
 

Uses of StringDef in org.jacorb.ir
 

Methods in org.jacorb.ir that return StringDef
 StringDef RepositoryImpl.create_string(int bound)
          not supported
 

Uses of StringDef in org.omg.CORBA
 

Classes in org.omg.CORBA that implement StringDef
 class _StringDefStub
          Generated from IDL interface "StringDef"
 

Fields in org.omg.CORBA declared as StringDef
 StringDef StringDefHolder.value
           
 

Methods in org.omg.CORBA that return StringDef
 StringDef StringDefPOA._this()
           
 StringDef StringDefPOA._this(ORB orb)
           
static StringDef StringDefHelper.extract(Any any)
           
static StringDef StringDefHelper.read(InputStream in)
           
static StringDef StringDefHelper.narrow(java.lang.Object obj)
           
static StringDef StringDefHelper.narrow(Object obj)
           
static StringDef StringDefHelper.unchecked_narrow(Object obj)
           
 StringDef RepositoryPOATie.create_string(int bound)
           
 StringDef RepositoryOperations.create_string(int bound)
           
 StringDef _RepositoryStub.create_string(int bound)
           
 StringDef StringDefPOATie._this()
           
 StringDef StringDefPOATie._this(ORB orb)
           
 

Methods in org.omg.CORBA with parameters of type StringDef
static void StringDefHelper.insert(Any any, StringDef s)
           
static void StringDefHelper.write(OutputStream _out, StringDef s)
           
 

Constructors in org.omg.CORBA with parameters of type StringDef
StringDefHolder(StringDef initial)