All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.extension.CreationImplDefHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.extension.CreationImplDefHelper

public abstract class CreationImplDefHelper
extends Object

IDL definition:
interface CreationImplDef : ::org::omg::CORBA::ImplementationDef {
attribute string path_name;
attribute ::com::visigenic::vbroker::extension::Policy activation_policy;
attribute ::org::omg::CORBA::StringSequence args;
attribute ::org::omg::CORBA::StringSequence env;
};


Constructor Index

 o CreationImplDefHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, CreationImplDef)
 o read(InputStream)
 o type()
 o write(OutputStream, CreationImplDef)

Constructors

 o CreationImplDefHelper
public CreationImplDefHelper()

Methods

 o read
public static CreationImplDef read(InputStream _input)
 o write
public static CreationImplDef write(OutputStream _output,
                                    CreationImplDef value)
 o insert
public static void insert(Any any,
                          CreationImplDef value)
 o extract
public static CreationImplDef extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index