AR System Java API

com.bmc.arsys.api
Class DSOAction

java.lang.Object
  extended by com.bmc.arsys.api.Action
      extended by com.bmc.arsys.api.RunProcessAction
          extended by com.bmc.arsys.api.DSOAction
All Implemented Interfaces:
ActiveLinkAction, FilterAction, Serializable, Cloneable

public class DSOAction
extends RunProcessAction

This class extends the Run Process Action specifically for DSO process commands.

See Also:
Serialized Form

Field Summary
static String DSOACTION_CMD_DELETE
           
static String DSOACTION_CMD_RETURN
           
static String DSOACTION_CMD_TRANSFER
           
static int DSOACTION_TYPE_DELETE
           
static int DSOACTION_TYPE_RETURN
           
static int DSOACTION_TYPE_TRANSFER
           
 
Constructor Summary
DSOAction()
           
DSOAction(String commandLine)
           
 
Method Summary
 boolean equals(Object obj)
          Use this method for checking equality between the current object and the provided one.
 String getDSOMapping()
           
 String getDSOPool()
           
 String getField()
           
 String getForm()
           
 String getServer()
           
 int getType()
           
 boolean isOverrideLoopDetection()
           
 void setCommandLine(String commandLine)
           
 void setDSOMapping(String dsoMapping)
           
 void setDSOPool(String dsoPool)
           
 void setField(String field)
           
 void setForm(String form)
           
 void setOverrideLoopDetection(boolean overrideLoopDetection)
           
 void setServer(String server)
           
 void setType(int type)
           
 
Methods inherited from class com.bmc.arsys.api.RunProcessAction
clone, getCommandLine, hashCode, toString
 
Methods inherited from class com.bmc.arsys.api.Action
equals, getActionType
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DSOACTION_TYPE_TRANSFER

public static final int DSOACTION_TYPE_TRANSFER
See Also:
Constant Field Values

DSOACTION_TYPE_RETURN

public static final int DSOACTION_TYPE_RETURN
See Also:
Constant Field Values

DSOACTION_TYPE_DELETE

public static final int DSOACTION_TYPE_DELETE
See Also:
Constant Field Values

DSOACTION_CMD_TRANSFER

public static final String DSOACTION_CMD_TRANSFER
See Also:
Constant Field Values

DSOACTION_CMD_RETURN

public static final String DSOACTION_CMD_RETURN
See Also:
Constant Field Values

DSOACTION_CMD_DELETE

public static final String DSOACTION_CMD_DELETE
See Also:
Constant Field Values
Constructor Detail

DSOAction

public DSOAction()

DSOAction

public DSOAction(String commandLine)
Parameters:
commandLine -
Method Detail

setCommandLine

public void setCommandLine(String commandLine)
Overrides:
setCommandLine in class RunProcessAction

getType

public int getType()
Returns:
the type

setType

public void setType(int type)
Parameters:
type - the type to set

getServer

public String getServer()
Returns:
the server

setServer

public void setServer(String server)
Parameters:
server - the server to set

getForm

public String getForm()
Returns:
the form

setForm

public void setForm(String form)
Parameters:
form - the form to set

getDSOMapping

public String getDSOMapping()
Returns:
the dsoMapping

setDSOMapping

public void setDSOMapping(String dsoMapping)
Parameters:
dsoMapping - the dsoMapping to set

isOverrideLoopDetection

public boolean isOverrideLoopDetection()
Returns:
the overrideLoopDetection

setOverrideLoopDetection

public void setOverrideLoopDetection(boolean overrideLoopDetection)
Parameters:
overrideLoopDetection - the overrideLoopDetection to set

getDSOPool

public String getDSOPool()
Returns:
the dsoPool

setDSOPool

public void setDSOPool(String dsoPool)
Parameters:
dsoPool - the dsoPool to set

getField

public String getField()
Returns:
the field

setField

public void setField(String field)
Parameters:
field - the field to set

equals

public boolean equals(Object obj)
Description copied from class: Action
Use this method for checking equality between the current object and the provided one. The result is true only if the argument is not null, is of the same type and represents the same content.

Overrides:
equals in class RunProcessAction
Parameters:
obj - the object that we are comparing to
Returns:
returns a boolean that tells if the two objects equal

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.