All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.Activation.OADHolder

java.lang.Object
   |
   +----com.visigenic.vbroker.Activation.OADHolder

public final class OADHolder
extends Object
implements Streamable

IDL definition:
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
);
};


Variable Index

 o value

Constructor Index

 o OADHolder()
 o OADHolder(OAD)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public OAD value

Constructors

 o OADHolder
 public OADHolder()
 o OADHolder
 public OADHolder(OAD value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index