public class FtpMessage extends Object
Constructor and Description |
---|
FtpMessage(Message sharedMsg)
Instantiates an
FtpMessage wrapping a consumed
shared simple message. |
Modifier and Type | Method and Description |
---|---|
void |
clearProperties() |
Object |
clone() |
boolean |
getBooleanProperty(String key) |
String |
getIdentifier()
The message identifier.
|
long |
getLongProperty(String key) |
Object |
getObjectProperty(String key) |
Enumeration |
getPropertyNames() |
Message |
getSharedMessage() |
String |
getStringProperty(String key) |
boolean |
propertyExists(String key) |
void |
setObjectProperty(String key,
Object value) |
void |
setStringProperty(String key,
String value) |
String |
toString() |
private Message sharedMsg
public FtpMessage(Message sharedMsg)
FtpMessage
wrapping a consumed
shared simple message.sharedMsg
- The shared message to wrap.public Message getSharedMessage()
public String getIdentifier()
public long getLongProperty(String key)
public boolean getBooleanProperty(String key)
public void clearProperties()
public Enumeration getPropertyNames()
public boolean propertyExists(String key)
Copyright © 2022 ScalAgent D.T.. All rights reserved.