flux
Interface RemoteKeyFlowContext

All Superinterfaces:
java.io.Serializable

public interface RemoteKeyFlowContext
extends java.io.Serializable

Provides the user-defined key to a remote job listener that was specified when the flow chart was created.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getActionName()
          Returns the name of the action that invoked this listener.
 java.lang.String getFlowChartName()
          Returns the name of the flow chart that invoked this listener.
 java.lang.Object getKey()
          Returns the user-defined key that is associated with this job listener.
 

Method Detail

getActionName

java.lang.String getActionName()
Returns the name of the action that invoked this listener.

Returns:
The name of the action that invoked this listener.

getFlowChartName

java.lang.String getFlowChartName()
Returns the name of the flow chart that invoked this listener.

Returns:
The name of the flow chart that invoked this listener.

getKey

java.lang.Object getKey()
Returns the user-defined key that is associated with this job listener.

Returns:
The user-defined key that is associated with this job listener.


© 2014 Flux Corporation. All rights reserved.