|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Action com.bmc.arsys.api.DDEAction
public class DDEAction
The DDEAction
class specifies a DDE result value to assign in a Set Fields
action. This option is available for active links on Windows clients only.
Constructor Summary | |
---|---|
DDEAction()
constructor |
|
DDEAction(String serviceName,
String topic,
String item,
int action,
String pathToProgram,
String command)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
String |
format()
|
int |
getAction()
Returns integer value identifying the type of DDE action. |
String |
getCommand()
Returns string specifying the command to execute. |
String |
getItem()
Returns string specifying the item to retrieve. |
String |
getPathToProgram()
Returns string specifying the path to the application. |
String |
getServiceName()
Returns string specifying the service to use. |
String |
getTopic()
Returns string specifying the topic to use. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
static DDEAction |
parse(String assignment)
|
void |
setAction(int action)
Sets integer value identifying the type of DDE action. |
void |
setCommand(String command)
Sets string specifying the command to execute. |
void |
setItem(String item)
Sets string specifying the item to retrieve. |
void |
setPathToProgram(String pathToProgram)
Sets string specifying the path to the application. |
void |
setServiceName(String serviceName)
Sets string specifying the service to use. |
void |
setTopic(String topic)
Sets string specifying the topic to use. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.Action |
---|
equals, getActionType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DDEAction()
public DDEAction(String serviceName, String topic, String item, int action, String pathToProgram, String command)
Method Detail |
---|
public String getServiceName()
public void setServiceName(String serviceName)
public String getTopic()
public void setTopic(String topic)
public String getItem()
public void setItem(String item)
public int getAction()
public void setAction(int action)
AR_DDE_REQUEST
for this item.
public String getPathToProgram()
public void setPathToProgram(String pathToProgram)
public String getCommand()
public void setCommand(String command)
public Object clone() throws CloneNotSupportedException
clone
in class Action
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Action
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Action
public String toString()
toString
in class Action
public static DDEAction parse(String assignment)
public String format()
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |