All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.connection.connectionObjectHolder

java.lang.Object
   |
   +----edu.syr.npac.webflow.connection.connectionObjectHolder

public final class connectionObjectHolder
extends Object
implements Streamable

Java Class edu.syr.npac.webflow.connection.connectionObjectHolder
Source File edu/syr/npac/webflow/connection/connectionObjectHolder.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 value

Constructor Index

 o connectionObjectHolder()
 o connectionObjectHolder(connectionObject)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public connectionObject value

Constructors

 o connectionObjectHolder
 public connectionObjectHolder()
 o connectionObjectHolder
 public connectionObjectHolder(connectionObject value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index