|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.expres.remote.protocol.notification.Notification
public class Notification
Notification
class - notification value object. This class is used to
update listeners about current status indicated by State
Constructor Summary | |
---|---|
Notification()
|
Method Summary | |
---|---|
ChunkInfo |
getChunkInfo()
Get value of field: chunkInfo |
MessageHeader |
getHeader()
Get value of field: header |
java.lang.String |
getMessage()
Get value of field: message |
NetworkMetric |
getNetworkMetric()
Get value of field: networkMetric |
State |
getState()
Get value of field: state |
void |
setChunkInfo(ChunkInfo chunkInfo)
Set value of field: chunkInfo |
void |
setHeader(MessageHeader header)
Set value of field: header |
void |
setMessage(java.lang.String message)
Set value of field: message |
void |
setNetworkMetric(NetworkMetric networkMetric)
Set value of field: networkMetric |
void |
setState(State state)
Set value of field: state |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Notification()
Method Detail |
---|
public ChunkInfo getChunkInfo()
public MessageHeader getHeader()
public java.lang.String getMessage()
public NetworkMetric getNetworkMetric()
public State getState()
public void setChunkInfo(ChunkInfo chunkInfo)
chunkInfo
- the chunkInfo to setpublic void setHeader(MessageHeader header)
header
- the header to setpublic void setMessage(java.lang.String message)
message
- the message to setpublic void setNetworkMetric(NetworkMetric networkMetric)
networkMetric
- the networkMetric to setpublic void setState(State state)
state
- the state to set
|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |