All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.impl.connection.connectionManagerImpl

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

public class connectionManagerImpl
extends _connectionManagerImplBase
propertyLinker - links properties in different objects.

Constructor Index

 o connectionManagerImpl()
Construct a transient object.
 o connectionManagerImpl(String)
Construct a persistently named object.

Method Index

 o compute(String)
 o createConnectionObject(String)
 o listConnectionObjects()

Constructors

 o connectionManagerImpl
 public connectionManagerImpl(String name)
Construct a persistently named object.

 o connectionManagerImpl
 public connectionManagerImpl()
Construct a transient object.

Methods

 o createConnectionObject
 public connectionObject createConnectionObject(String _objectName)
Overrides:
createConnectionObject in class _connectionManagerImplBase
 o compute
 public void compute(String _connectionObjectName)
Overrides:
compute in class _connectionManagerImplBase
 o listConnectionObjects
 public String[] listConnectionObjects()
Overrides:
listConnectionObjects in class _connectionManagerImplBase

All Packages  Class Hierarchy  This Package  Previous  Next  Index