| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.Action
com.bmc.arsys.api.LogAction
public class LogAction
The LogAction class is used to
 define the log to file workflow action within filters or escalations.
| Constructor Summary | |
|---|---|
LogAction()
 | 
|
LogAction(String filePath)
 | 
|
| 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 | 
getFilePath()
 | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 void | 
setFilePath(String filePath)
 | 
 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 LogAction()
public LogAction(String filePath)
filePath - | Method Detail | 
|---|
public String getFilePath()
public void setFilePath(String filePath)
public Object clone()
             throws CloneNotSupportedException
Action
clone in class ActionCloneNotSupportedExceptionpublic boolean equals(Object obj)
Action
equals in class Actionobj - the object that we are comparing to
public int hashCode()
Action
hashCode in class Actionpublic String toString()
Action
toString in class Action
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||