Uses of Interface
org.omg.ETF.ProfileOperations

Packages that use ProfileOperations
org.jacorb.orb.etf   
org.jacorb.orb.iiop   
org.omg.ETF   
 

Uses of ProfileOperations in org.jacorb.orb.etf
 

Classes in org.jacorb.orb.etf that implement ProfileOperations
 class ProfileBase
           
 

Uses of ProfileOperations in org.jacorb.orb.iiop
 

Classes in org.jacorb.orb.iiop that implement ProfileOperations
 class IIOPProfile
           
 

Uses of ProfileOperations in org.omg.ETF
 

Subinterfaces of ProfileOperations in org.omg.ETF
 interface Profile
          Generated from IDL interface "Profile"
 

Classes in org.omg.ETF that implement ProfileOperations
 class _ProfileLocalBase
          Abstract base class for implementations of local interface Profile
 class ProfileLocalTie
          Generated from IDL interface "Profile"
 

Methods in org.omg.ETF that return ProfileOperations
 ProfileOperations ProfileLocalTie._delegate()
           
 

Methods in org.omg.ETF with parameters of type ProfileOperations
 void ProfileLocalTie._delegate(ProfileOperations delegate)
           
 

Constructors in org.omg.ETF with parameters of type ProfileOperations
ProfileLocalTie(ProfileOperations delegate)