| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.inprise.vbroker.extension.ImplementationDef
com.inprise.vbroker.extension.ActivationImplDef
public abstract class ActivationImplDef
Provides a set of attributes for an Activator to describe
 a service. It is used with the Activator interface.
 
The IDL for ActivationImplDef
   valuetype ActivationImplDef : ImplementationDef {
     attribute string service_name;
     attribute ::CORBA::ReferenceData id;
     attribute ::extension::Activator activator_obj;
   };
| Constructor Summary | |
|---|---|
ActivationImplDef()
 | 
|
| Method Summary | |
|---|---|
 void | 
_read(InputStream _input)
Reads data from istream and initalizes the
 value field of the Holder with the unmarshalled data. | 
 java.lang.String[] | 
_truncatable_ids()
 | 
 TypeCode | 
_type()
Retrieves the TypeCode object corresponding to the value
 in the value field of the Holder. | 
 void | 
_write(OutputStream _output)
Marshals to ostream the value in the 
 value field of the Holder. | 
abstract  Activator | 
activator_obj()
The object reference of the object implementation under the control of the Activator.  | 
abstract  void | 
activator_obj(Activator arg0)
The object reference of the object implementation under the control of the Activator.  | 
abstract  byte[] | 
id()
The reference data identifier for the implementation.  | 
abstract  void | 
id(byte[] arg0)
The reference data identifier for the implementation.  | 
abstract  java.lang.String | 
service_name()
The implementation's service name  | 
abstract  void | 
service_name(java.lang.String arg0)
The implementation's service name  | 
 java.lang.String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ActivationImplDef()
| Method Detail | 
|---|
public abstract Activator activator_obj()
public abstract void activator_obj(Activator arg0)
public abstract byte[] id()
public abstract void id(byte[] arg0)
public abstract java.lang.String service_name()
public abstract void service_name(java.lang.String arg0)
public java.lang.String toString()
toString in class ImplementationDefpublic TypeCode _type()
StreamableTypeCode object corresponding to the value
 in the value field of the Holder.
_type in interface Streamable_type in class ImplementationDefTypeCode object for the value held in the holderpublic void _read(InputStream _input)
Streamableistream and initalizes the
 value field of the Holder with the unmarshalled data.
_read in interface Streamable_read in class ImplementationDef_input - the InputStream that represents the CDR data from the wire.public void _write(OutputStream _output)
Streamableostream the value in the 
 value field of the Holder.
_write in interface Streamable_write in class ImplementationDef_output - the CDR OutputStreampublic java.lang.String[] _truncatable_ids()
_truncatable_ids in interface ValueBase_truncatable_ids in class ImplementationDef
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||