|
|||||||||
| Home >> All >> com >> yaftp >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.yaftp.utils
Class ExecTerminationEvent

java.lang.Objectcom.yaftp.utils.ExecTerminationEvent
- public class ExecTerminationEvent
- extends java.lang.Object
event associated with process termination
| Field Summary | |
private int |
_code
|
private java.lang.String |
_errMessage
|
| Constructor Summary | |
ExecTerminationEvent(int code,
java.lang.String errMessage)
|
|
| Method Summary | |
int |
get_code()
|
java.lang.String |
get_errMessage()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_code
private int _code
_errMessage
private java.lang.String _errMessage
| Constructor Detail |
ExecTerminationEvent
public ExecTerminationEvent(int code,
java.lang.String errMessage)
| Method Detail |
get_code
public int get_code()
get_errMessage
public java.lang.String get_errMessage()
|
|||||||||
| Home >> All >> com >> yaftp >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.yaftp.utils.ExecTerminationEvent