A B C D E F G I M P R S V W

A

addContext(Object, String) - Method in class WebFlow.WebFlowContextOps
It is used internally to add new context
addModule(Object, String) - Method in class WebFlow.WebFlowContextOps
It is used internally to add new module
addNewContext(String) - Method in class WebFlow.WebFlowContextOps
instantiate new context with name "newContextName" and inserts it into its children list
addNewModule(String) - Method in class WebFlow.WebFlowContextOps
instantiate new module with name "productName" and inserts it into its children list
addPropertyChangeListener(Object) - Method in class WebFlow.BeanContextChildSupport
 
addPropertyChangeListener(String, Object) - Method in class WebFlow.BeanContextChildSupport
add a property change listener
addVetoableChangeListener(String, Object) - Method in class WebFlow.BeanContextChildSupport
add a vetoable change listener
addWFServer(String, Object) - Method in class WebFlow.WebFlowContextOps
This method is called by slave server to insert itself to my children
attachEvent(Object, String, Object, String, int) - Method in class WebFlow.WebFlowContextOps
This method is used internally to make various types of connections between user modules
attachPullEvent(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
Pull type of event is used to take event data from source when target need This is demand-driven association as opposed to event-driven in "push" type of events.
attachPullProperty(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
Pull type of event is used to take event data from source when target need This is demand-driven association as opposed to event-driven in "push" type of events.
attachPullVetoableProperty(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
Pull type of event is used to take event data from source when target need This is demand-driven association as opposed to event-driven in "push" type of events.
attachPushEvent(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
Register target object as a listener for an Generic user-defined event notification from source object .The identifier ID of event is eventID.
attachPushProperty(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
Attach an property change notification with propertyName,"propertyName" from source object to target object.
attachPushVetoableProperty(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
Attach an Vetoable property change notification with propertyName,"propertyName" from source object to target object.

B

bc_propertyChange(PropertyChangeEvent, String) - Method in class WebFlow.WebFlowContextOps
This method is used internally to process property change event
bc_vetoableChange(PropertyChangeEvent, String, String) - Method in class WebFlow.WebFlowContextOps
This method is used internally to process vetoable property change event
beanContext - Variable in class WebFlow.BeanContextChildSupport
 
beanContextChildPeer - Variable in class WebFlow.BeanContextChildSupport
 
BeanContextChildSupport - class WebFlow.BeanContextChildSupport.
 
BeanContextChildSupport(Object) - Constructor for class WebFlow.BeanContextChildSupport
construct a BeanContextChildSupport where this class has been subclassed in order to implement the JavaBean component itself.

C

changeImpl(String) - Method in class WebFlow.BeanContextChildSupport
 
cleanUp() - Method in class WebFlow.WebFlowContextOps
This is used internally to disconnect myself from ORB.
copyConnectionFromTarget(Object, Object) - Method in class WebFlow.WebFlowContextOps
this method is used internally
copyModuleBinding(Object, Object) - Method in class WebFlow.WebFlowContextOps
This method provides user with copying the in/out bindings of module "sourceModule" into module "there".
createObjectID(String) - Method in class WebFlow.WebFlowContextOps
creates an object ID for new instantiated child with name "prodoctName" This method is called internally.

D

deactivate() - Method in class WebFlow.WebFlowContextOps
This method is called internally by the system when user wants to clean up the object of this implemenation.
destroy() - Method in class WebFlow.BeanContextChildSupport
 
destroy() - Method in class WebFlow.WebFlowContextOps
This method is used internally for disconnecting the context object from ORB
detachEvent(Object, String, Object, String, int) - Method in class WebFlow.WebFlowContextOps
This method is used internally to remove various types of connections made before between user modules
detachPullEvent(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
Remove associated user-defined generic event binding by attachPullEvent method before
detachPullProperty(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
Remove associated property event binding by attachPullProperty method before
detachPullVetoableProperty(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
Remove associated vetoable property change event binding by attachPullVetoableProperty method before
detachPushEvent(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
Unregister an generic event association from source to target object made by attachPushEvent method call before.
detachPushProperty(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
Remove established property change event binding by attachPushProperty method before from source object to target object.
detachPushVetoableProperty(Object, String, Object, String) - Method in class WebFlow.WebFlowContextOps
Remove established vetoable property change event binding by attachPushVetoableProperty before from source object to target object.

E

extractObjectID(ServerRequest) - Method in class WebFlow.WebFlowContextOps
Extracting object identifier(object ID) from the actual initiator of this request "request".

F

fireEvent(GenericEvent) - Method in class WebFlow.BeanContextChildSupport
fires a propertyChange Event
fireEvent(PropertyChangeEvent) - Method in class WebFlow.BeanContextChildSupport
 
fireEvent(String, Object) - Method in class WebFlow.BeanContextChildSupport
 
fireEvent(VetoableChangeEvent) - Method in class WebFlow.BeanContextChildSupport
 
firePropertyChange(String, Object, Object) - Method in class WebFlow.BeanContextChildSupport
 
firePropertyChange(String, String, String) - Method in class WebFlow.BeanContextChildSupport
 
fireVetoableChange(String, Object, Object) - Method in class WebFlow.BeanContextChildSupport
fires a vetoableChange Event
fireVetoableChange(String, String, String) - Method in class WebFlow.BeanContextChildSupport
 
forwardEvent(ServerRequest) - Method in class WebFlow.WebFlowContextOps
Forward the received event object to target.

G

getAllBindings(Object, Hashtable) - Method in class WebFlow.WebFlowContextOps
this method is used internally
getAllWFServers() - Method in class WebFlow.WebFlowContextOps
This method returns the available slave servers currently available.
getBeanContext() - Method in class WebFlow.BeanContextChildSupport
 
getBeanContextChildPeer() - Method in class WebFlow.BeanContextChildSupport
 
getBindings(String, Hashtable) - Method in class WebFlow.WebFlowContextOps
this method is used internally
getContext(String) - Method in class WebFlow.WebFlowContextOps
Find the context for specified name and return reference to it It looks for the contexts under this context,including this
getContextExtended(String, boolean) - Method in class WebFlow.WebFlowContextOps
 
getEventObject(ServerRequest) - Method in class WebFlow.WebFlowContextOps
Get Event Object coming with the request "request" to this Context Server This is used internally
getGatewayProxy() - Method in class WebFlow.WebFlowContextOps
This is used internally
getKeyedChild(String) - Method in class WebFlow.WebFlowContextOps
this method is used internally
getMFImpl() - Method in class WebFlow.WebFlowContextOps
 
getModuleList() - Method in class WebFlow.WebFlowContextOps
 
getMyColor() - Method in class WebFlow.WebFlowContextOps
 
getMyProxy() - Method in class WebFlow.BeanContextChildSupport
 
getObjectID() - Method in class WebFlow.BeanContextChildSupport
 
getParentContext(String) - Method in class WebFlow.WebFlowContextOps
 
getSource(Object) - Method in class WebFlow.WebFlowContextOps
 
getTargetsByProperty() - Method in class WebFlow.WebFlowContextOps
this method is used internally
getWebFlowContext(Object) - Method in class WebFlow.WebFlowContextOps
 
getWFServer(String, String) - Method in class WebFlow.WebFlowContextOps
This is deprecated method.

I

initializeBeanContextResources() - Method in class WebFlow.BeanContextChildSupport
This method may be overridden by subclasses to provide their own initialization behaviors.
insertProxy(String) - Method in class WebFlow.WebFlowContextOps
It is used internally
insertRemoteServer(String, String, Object) - Method in class WebFlow.WebFlowContextOps
It is called internally.
invokeEventListener(Object, String) - Method in class WebFlow.WebFlowContextOps
 
invokeGetterMethod(Object, String) - Method in class WebFlow.WebFlowContextOps
 
invokePropertyListener(Object, String) - Method in class WebFlow.WebFlowContextOps
 
invokeSetterMethod(Object, String, Any) - Method in class WebFlow.WebFlowContextOps
Create a property hookup, so that a change to the named bound property on the source object turns into a call on the "setter" method of the given target object.
invokeSetterMethod(Object, String, Object) - Method in class WebFlow.WebFlowContextOps
 
isAllChildrenDeleted() - Method in class WebFlow.WebFlowContextOps
checks whether all of my children is deleted or not.
IsChildProxy() - Method in class WebFlow.BeanContextChildSupport
 
isDelegated() - Method in class WebFlow.BeanContextChildSupport
 
isDeleted - Variable in class WebFlow.BeanContextChildSupport
 
isWFServer() - Method in class WebFlow.BeanContextChildSupport
 

M

myPrefixEqual(String) - Method in class WebFlow.WebFlowContextOps
 

P

pcSupport - Variable in class WebFlow.BeanContextChildSupport
 
propertyChange(PropertyChangeEvent) - Method in class WebFlow.WebFlowContextOps
This method is called whenever any of children fired the property Change Event.
propertyChangeAfterVeto(PropertyChangeEvent, String, String) - Method in class WebFlow.WebFlowContextOps
this method is used internally
pull() - Method in class WebFlow.BeanContextChildSupport
 
pullEvents() - Method in class WebFlow.WebFlowContextOps
pull all events which came to the caller of this method and collect them and return in Object array.
putEvent(Object, HookupTarget) - Method in class WebFlow.WebFlowContextOps
 

R

readIOR(ORB, String) - Method in class WebFlow.WebFlowContextOps
this method is used internally
rejectedSetBCOnce - Variable in class WebFlow.BeanContextChildSupport
 
releaseBeanContextResources() - Method in class WebFlow.BeanContextChildSupport
This method may be overridden by subclasses to provide their own release behaviors.
removeConnectionFromTarget(Object) - Method in class WebFlow.WebFlowContextOps
This method is called internally
removeContext(Object) - Method in class WebFlow.WebFlowContextOps
Remove context instantiation from its parent including connections which comes from/into this context established before.
removeLocalChildren() - Method in class WebFlow.WebFlowContextOps
Remove only the nested children recursively along with the connections of them.Keep myself.if any of nested child is server, shut down it also.
removeModule(Object) - Method in class WebFlow.WebFlowContextOps
Remove module instantiation from its parent including connections which comes from/into this module established before.
removeModuleProxy(Object, boolean) - Method in class WebFlow.WebFlowContextOps
This method is used internally to remove module
removeMyself() - Method in class WebFlow.BeanContextChildSupport
 
removeMyself() - Method in class WebFlow.WebFlowContextOps
Remove all of my children nested recursively first and remove itself from its parent context if any.During removing each child, also we remove the connections made from/to this child.
removePropertyChangeListener(Object) - Method in class WebFlow.BeanContextChildSupport
 
removePropertyChangeListener(String, Object) - Method in class WebFlow.BeanContextChildSupport
remove a property change listener
removeVetoableChangeListener(String, Object) - Method in class WebFlow.BeanContextChildSupport
remove a vetoable change listener
removeWFServer(String) - Method in class WebFlow.WebFlowContextOps
This method is called by slave server to remove itself from my children
restoreXMLProperties() - Method in class WebFlow.BeanContextChildSupport
Restore my attribute values saved in XML document

S

saveConnectionTable(String) - Method in class WebFlow.WebFlowContextOps
This method is called internally by saveStateInXml method.
saveStateInXml(String) - Method in class WebFlow.WebFlowContextOps
save the state of my children, including contexts,user modules and their attributes and return the result as a string
saveXMLProperties(String) - Method in class WebFlow.BeanContextChildSupport
save my state in XML document including only my attributes and return the result as a string
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class WebFlow.BeanContextChildSupport
a new service is available from the nesting BeanContext.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class WebFlow.BeanContextChildSupport
a service provided by the nesting BeanContext has been revoked.
setAsProxy(boolean) - Method in class WebFlow.BeanContextChildSupport
 
setAsServer() - Method in class WebFlow.BeanContextChildSupport
 
setBeanContext(Object) - Method in class WebFlow.BeanContextChildSupport
setBeanContext
setBeanContextChildPeer(Object) - Method in class WebFlow.BeanContextChildSupport
setBeanContextChildPeer
setChildDeleted(String) - Method in class WebFlow.WebFlowContextOps
marks the child with ID "childID" as deleted.
setClorAndMFI(int, moduleFactory) - Method in class WebFlow.WebFlowContextOps
 
setInterfaceDesc(Object, InterfaceDef) - Method in class WebFlow.WebFlowContextOps
this method is used internally
setMyProxy(Object) - Method in class WebFlow.BeanContextChildSupport
 
setObjectID(String) - Method in class WebFlow.BeanContextChildSupport
 
setOrb(ORB) - Method in class WebFlow.BeanContextChildSupport
 
setServerRequest(ServerRequest) - Method in class WebFlow.WebFlowContextOps
 
start(Object) - Method in class WebFlow.WebFlowContextOps
 

V

validatePendingSetBeanContext(Object) - Method in class WebFlow.BeanContextChildSupport
called from setBeanContext to validate (or otherwise) the pending change in the nesting BeanContext property value.
vcSupport - Variable in class WebFlow.BeanContextChildSupport
 
vetoablePropertyChange(PropertyChangeEvent) - Method in class WebFlow.WebFlowContextOps
This method is called whenever any of children fired the Vetoable property Change Event.

W

waitUntilSlaveReady(Object) - Method in class WebFlow.WebFlowContextOps
 
WebFlowContextOps - class WebFlow.WebFlowContextOps.
 
WebFlowContextOps(Object, configReader, ORB, String) - Constructor for class WebFlow.WebFlowContextOps
The constructor for implementation of WebFlowContext interface.
WebFlowContextOps(Object, configReader, ORB, String, moduleFactory) - Constructor for class WebFlow.WebFlowContextOps
The constructor for implementation of WebFlowContext interface.
WebFlowContextPeer - Variable in class WebFlow.BeanContextChildSupport
 

A B C D E F G I M P R S V W