Uses of Interface
org.omg.CORBA.StringDefOperations

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

Uses of StringDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement StringDefOperations
 class StringDef
           
 class WstringDef
           
 

Uses of StringDefOperations in org.omg.CORBA
 

Subinterfaces of StringDefOperations in org.omg.CORBA
 interface StringDef
          Generated from IDL interface "StringDef"
 

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

Methods in org.omg.CORBA that return StringDefOperations
 StringDefOperations StringDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type StringDefOperations
 void StringDefPOATie._delegate(StringDefOperations delegate)
           
 

Constructors in org.omg.CORBA with parameters of type StringDefOperations
StringDefPOATie(StringDefOperations delegate)
           
StringDefPOATie(StringDefOperations delegate, POA poa)