All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.connection._connectionObjectImplBase

java.lang.Object
   |
   +----org.omg.CORBA.portable.ObjectImpl
           |
           +----org.omg.CORBA.portable.Skeleton
                   |
                   +----edu.syr.npac.webflow.connection._connectionObjectImplBase

public abstract class _connectionObjectImplBase
extends Skeleton
implements connectionObject

Java Class edu.syr.npac.webflow.connection._connectionObjectImplBase
Source File edu/syr/npac/webflow/connection/_connectionObjectImplBase.java
IDL Absolute Name ::edu::syr::npac::webflow::connection::connectionObject
Repository Identifier IDL:edu/syr/npac/webflow/connection/connectionObject:1.0
IDL definition:

#pragma prefix "edu/syr/npac/webflow/connection"
interface connectionObject {
void addItem(
in ::edu::syr::npac::webflow::module::Module arg0
);
void addItemToTop(
in ::edu::syr::npac::webflow::module::Module arg0
);
::edu::syr::npac::webflow::module::Module nextItem();
::edu::syr::npac::webflow::module::Module removeItem(
in ::edu::syr::npac::webflow::module::Module arg0
);
::edu::syr::npac::webflow::module::Module insertItemBefore(
in ::edu::syr::npac::webflow::module::Module arg0,
in ::edu::syr::npac::webflow::module::Module arg1
);
void setPersistentConnection(
in boolean arg0
);
boolean isPersistentConnection();
void compute(
)
raises(
::edu::syr::npac::webflow::exception::webflowException
);
void setConnectionInfo(
in string arg0
);
void addNode(
in string arg0,
in ::edu::syr::npac::webflow::module::Module arg1
);
void removeNode(
in string arg0,
in ::edu::syr::npac::webflow::module::Module arg1
);
::edu::syr::npac::webflow::module::Module getNode(
in string arg0
);
::java::lang::Object invoke(
in string arg0,
in string arg1
);
};

Variable Index

 o _wrapper

Constructor Index

 o _connectionObjectImplBase()
 o _connectionObjectImplBase(String)

Method Index

 o _execute(connectionObject, int, InputStream, OutputStream)
 o _execute(MethodPointer, InputStream, OutputStream)
 o _ids()
 o _methods()
 o _this()
 o addItem(Module)
 o addItemToTop(Module)
 o addNode(String, Module)
 o compute()
 o getNode(String)
 o insertItemBefore(Module, Module)
 o invoke(String, String)
 o isPersistentConnection()
 o nextItem()
 o removeItem(Module)
 o removeNode(String, Module)
 o setConnectionInfo(String)
 o setPersistentConnection(boolean)

Variables

 o _wrapper
 protected connectionObject _wrapper

Constructors

 o _connectionObjectImplBase
 protected _connectionObjectImplBase(String name)
 o _connectionObjectImplBase
 public _connectionObjectImplBase()

Methods

 o _this
 public connectionObject _this()
 o _ids
 public String[] _ids()
Overrides:
_ids in class ObjectImpl
 o _methods
 public MethodPointer[] _methods()
Overrides:
_methods in class Skeleton
 o _execute
 public boolean _execute(MethodPointer method,
                         InputStream input,
                         OutputStream output)
Overrides:
_execute in class Skeleton
 o _execute
 public static boolean _execute(connectionObject _self,
                                int _method_id,
                                InputStream _input,
                                OutputStream _output)

All Packages  Class Hierarchy  This Package  Previous  Next  Index