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
- Java Class com.visigenic.vbroker.Activation.OADHolder
- Source File com/visigenic/vbroker/Activation/OADHolder.java
- IDL Source File oad.idl
- IDL Absolute Name ::Activation::OAD
- Repository Identifier IDL:visigenic.com/Activation/OAD:1.0
IDL definition:
#pragma prefix "visigenic.com/Activation"
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
);
string generated_command(
in ::extension::CreationImplDef impl
);
string generated_environment(
in ::extension::CreationImplDef impl
);
};
value-
OADHolder()
-
OADHolder(OAD)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public OAD value
OADHolder
public OADHolder()
OADHolder
public OADHolder(OAD value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index