cast.interfaces._ComponentFactoryDisp Class Reference

Inheritance diagram for cast.interfaces._ComponentFactoryDisp:

cast.interfaces.ComponentFactory cast.interfaces._ComponentFactoryOperations cast.interfaces._ComponentFactoryOperationsNC cast.interfaces._ComponentFactoryTie cast.server.CASTComponentFactory

List of all members.

Public Member Functions

boolean ice_isA (String s)
boolean ice_isA (String s, Ice.Current __current)
String[] ice_ids ()
String[] ice_ids (Ice.Current __current)
String ice_id ()
String ice_id (Ice.Current __current)
final String getVersionString ()
final CASTComponentPrx newComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException
final ManagedComponentPrx newManagedComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException
final TaskManagerPrx newTaskManager (String id, String type, boolean newProcess) throws cast.ComponentCreationException
final UnmanagedComponentPrx newUnmanagedComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException
final WorkingMemoryPrx newWorkingMemory (String id, String type, boolean newProcess) throws cast.ComponentCreationException
Ice.DispatchStatus __dispatch (IceInternal.Incoming in, Ice.Current __current)
void __write (IceInternal.BasicStream __os)
void __read (IceInternal.BasicStream __is, boolean __rid)
void __write (Ice.OutputStream __outS)
void __read (Ice.InputStream __inS, boolean __rid)

Static Public Member Functions

static String ice_staticId ()
static Ice.DispatchStatus ___newComponent (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus ___newManagedComponent (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus ___newUnmanagedComponent (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus ___newWorkingMemory (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus ___newTaskManager (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus ___getVersionString (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current)

Static Public Attributes

static final String[] __ids

Protected Member Functions

void ice_copyStateFrom (Ice.Object __obj) throws java.lang.CloneNotSupportedException


Detailed Description

Definition at line 23 of file _ComponentFactoryDisp.java.


Member Function Documentation

static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___getVersionString ( ComponentFactory  __obj,
IceInternal.Incoming  __inS,
Ice.Current  __current 
) [static]

Definition at line 260 of file _ComponentFactoryDisp.java.

static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newComponent ( ComponentFactory  __obj,
IceInternal.Incoming  __inS,
Ice.Current  __current 
) [static]

Definition at line 125 of file _ComponentFactoryDisp.java.

static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newManagedComponent ( ComponentFactory  __obj,
IceInternal.Incoming  __inS,
Ice.Current  __current 
) [static]

Definition at line 152 of file _ComponentFactoryDisp.java.

static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newTaskManager ( ComponentFactory  __obj,
IceInternal.Incoming  __inS,
Ice.Current  __current 
) [static]

Definition at line 233 of file _ComponentFactoryDisp.java.

static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newUnmanagedComponent ( ComponentFactory  __obj,
IceInternal.Incoming  __inS,
Ice.Current  __current 
) [static]

Definition at line 179 of file _ComponentFactoryDisp.java.

static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newWorkingMemory ( ComponentFactory  __obj,
IceInternal.Incoming  __inS,
Ice.Current  __current 
) [static]

Definition at line 206 of file _ComponentFactoryDisp.java.

Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.__dispatch ( IceInternal.Incoming  in,
Ice.Current  __current 
)

Definition at line 285 of file _ComponentFactoryDisp.java.

void cast.interfaces._ComponentFactoryDisp.__read ( Ice.InputStream  __inS,
boolean  __rid 
)

Definition at line 372 of file _ComponentFactoryDisp.java.

void cast.interfaces._ComponentFactoryDisp.__read ( IceInternal.BasicStream  __is,
boolean  __rid 
)

Definition at line 351 of file _ComponentFactoryDisp.java.

void cast.interfaces._ComponentFactoryDisp.__write ( Ice.OutputStream  __outS  ) 

Definition at line 363 of file _ComponentFactoryDisp.java.

void cast.interfaces._ComponentFactoryDisp.__write ( IceInternal.BasicStream  __os  ) 

Definition at line 342 of file _ComponentFactoryDisp.java.

final String cast.interfaces._ComponentFactoryDisp.getVersionString (  ) 

Returns version information for this factory

Implements cast.interfaces._ComponentFactoryOperationsNC.

Definition at line 84 of file _ComponentFactoryDisp.java.

void cast.interfaces._ComponentFactoryDisp.ice_copyStateFrom ( Ice.Object  __obj  )  throws java.lang.CloneNotSupportedException [protected]

Definition at line 26 of file _ComponentFactoryDisp.java.

String cast.interfaces._ComponentFactoryDisp.ice_id ( Ice.Current  __current  ) 

Definition at line 69 of file _ComponentFactoryDisp.java.

String cast.interfaces._ComponentFactoryDisp.ice_id (  ) 

Definition at line 63 of file _ComponentFactoryDisp.java.

String [] cast.interfaces._ComponentFactoryDisp.ice_ids ( Ice.Current  __current  ) 

Definition at line 57 of file _ComponentFactoryDisp.java.

String [] cast.interfaces._ComponentFactoryDisp.ice_ids (  ) 

Definition at line 51 of file _ComponentFactoryDisp.java.

boolean cast.interfaces._ComponentFactoryDisp.ice_isA ( String  s,
Ice.Current  __current 
)

Definition at line 45 of file _ComponentFactoryDisp.java.

boolean cast.interfaces._ComponentFactoryDisp.ice_isA ( String  s  ) 

Definition at line 39 of file _ComponentFactoryDisp.java.

static String cast.interfaces._ComponentFactoryDisp.ice_staticId (  )  [static]

Definition at line 75 of file _ComponentFactoryDisp.java.

final CASTComponentPrx cast.interfaces._ComponentFactoryDisp.newComponent ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException

final ManagedComponentPrx cast.interfaces._ComponentFactoryDisp.newManagedComponent ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException

final TaskManagerPrx cast.interfaces._ComponentFactoryDisp.newTaskManager ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException

final UnmanagedComponentPrx cast.interfaces._ComponentFactoryDisp.newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException

final WorkingMemoryPrx cast.interfaces._ComponentFactoryDisp.newWorkingMemory ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException


Member Data Documentation

Initial value:

    {
        "::Ice::Object",
        "::cast::interfaces::ComponentFactory"
    }

Definition at line 32 of file _ComponentFactoryDisp.java.


The documentation for this class was generated from the following file:

Generated on Mon Jun 13 15:55:47 2011 for CAST Java by  doxygen 1.5.8