Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionOnTargetDataStoreSetForcedContext

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreSetForcedContext
All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnTargetDataStoreSetForcedContext
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnTargetDataStoreSetForcedContext is an action class that can be used to set the forced context for a target data store. If set, the forced context is a context that will be used to resolve the physical information for the target data store, regardless of the execution context chosen when the interface is executed.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnTargetDataStoreSetForcedContext(OdiContext pOdiContext)
          Creates an action class instance which sets the context of a target data store, when performAction is called.
 
Method Summary
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceActionOnTargetDataStoreSetForcedContext

public InterfaceActionOnTargetDataStoreSetForcedContext(OdiContext pOdiContext)
Creates an action class instance which sets the context of a target data store, when performAction is called. This constructor should be called directly to create the action class instance. This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction to set the context.

Parameters:
pOdiContext - context being set for the target data store
Method Detail

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
For internal use only.

Specified by:
performAction in interface IInterfaceAction
Parameters:
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pActionHelper - the action helper instance

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.