All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----edu.syr.npac.webflow.connection.connectionObjectHolder
![]() | 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
| |
#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 ); };
public connectionObject value
public connectionObjectHolder()
public connectionObjectHolder(connectionObject value)
public void _read(InputStream input)
public void _write(OutputStream output)
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index