public interface Status
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Cloning method.
|
java.lang.String |
getSourceHostname()
Accessor method.
|
java.sql.Timestamp |
getSourceTimestamp()
Accessor method.
|
java.sql.Timestamp |
getSystemTimestamp()
Accessor method.
|
java.util.Properties |
getUserProperties()
Accessor method.
|
java.sql.Timestamp |
getUserTimestamp()
Accessor method.
|
boolean |
isActive()
Accessor method.
|
boolean |
isMasked()
Accessor method.
|
boolean |
isReduced()
Accessor method.
|
boolean isActive()
boolean isMasked()
boolean isReduced()
java.lang.String getSourceHostname()
java.sql.Timestamp getSourceTimestamp()
java.sql.Timestamp getUserTimestamp()
java.sql.Timestamp getSystemTimestamp()
java.util.Properties getUserProperties()
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - if clone failed