All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.visigenic.vbroker.Activation.OADHolder
interface OAD { ::extension::CreationImplDef create_CreationImplDef(); Object reg_implementation( in ::extension::CreationImplDef impl ) raises( ::Activation::DuplicateEntry, ::Activation::InvalidPath ); ::extension::CreationImplDef get_implementation( in ::CORBA::RepositoryId repId, in string object_name ) raises( ::Activation::NotRegistered ); void change_implementation( in ::extension::CreationImplDef old_info, in ::extension::CreationImplDef new_info ) raises( ::Activation::NotRegistered, ::Activation::InvalidPath, ::Activation::IsActive ); attribute boolean destroy_on_unregister; void unreg_implementation( in ::CORBA::RepositoryId repId, in string object_name ) raises( ::Activation::NotRegistered ); void unreg_interface( in ::CORBA::RepositoryId repId ) raises( ::Activation::NotRegistered ); void unregister_all(); ::Activation::ImplementationStatus get_status( in ::CORBA::RepositoryId repId, in string object_name ) raises( ::Activation::NotRegistered ); ::Activation::ImplStatusList get_status_interface( in ::CORBA::RepositoryId repId ) raises( ::Activation::NotRegistered ); ::Activation::ImplStatusList get_status_all(); Object lookup_interface( in ::CORBA::RepositoryId repId, in long timeout ) raises( ::Activation::NotRegistered, ::Activation::FailedToExecute, ::Activation::NotResponding, ::Activation::Busy ); Object lookup_implementation( in ::CORBA::RepositoryId repId, in string object_name, in long timeout ) raises( ::Activation::NotRegistered, ::Activation::FailedToExecute, ::Activation::NotResponding, ::Activation::Busy ); ::extension::CreationImplDef boa_activate_obj( in Object obj, in string repository_id, in long unique_id ) raises( ::Activation::NotRegistered ); void boa_deactivate_obj( in Object obj, in string repository_id, in long unique_id ) raises( ::Activation::NotRegistered ); };
public OAD value
public OADHolder()
public OADHolder(OAD value)
public void _read(InputStream input)
public void _write(OutputStream output)
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index