|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.xd.soap.ThreadData
public class ThreadData
ThreadData bean. Contains information about the running threads.
| Field Summary | |
|---|---|
static String |
ACTION
|
static String |
DIRECT_FROM
|
static String |
DIRECT_METADATA_LEVEL
|
static String |
DIRECT_TO
|
static String |
FROM
|
static String |
MESSAGE
|
static String |
PID
|
static String |
RELATESTO
|
static String |
REMOTEHOST
|
static String |
REPLY
|
static String |
THISHOST
|
static String |
TO
|
| Constructor Summary | |
|---|---|
ThreadData(Long id)
Constructor. |
|
| Method Summary | |
|---|---|
static void |
clean(Long id)
Remove an element from the threadMap object specified by the given id. |
String |
getAction()
Return the value for the key ACTION. |
String |
getDirectFrom()
Return the value for the key DIRECT_FROM. |
String |
getDirectMetadataLevel()
Return the value for the key DIRECT_METADATA_LEVEL. |
String |
getDirectTo()
Return the value for the key DIRECT_TO. |
String |
getFrom()
Return the value for the key FROM. |
String |
getMessageId()
Return the value for the key MESSAGE. |
String |
getPid()
Return the value for the key PID. |
String |
getRelatesTo()
Return the value for the key RELATESTO. |
String |
getRemoteHost()
Return the value for the key REMOTEHOST. |
String |
getReplyAddress()
Return the value for the key REPLY. |
String |
getThisHost()
Return the value for the key THISHOST. |
protected static Map<Long,Map<String,String>> |
getThreadMapView()
Return a read-only copy of the threadMap object. |
String |
getTo()
Return the value for the key TO. |
void |
setAction(String value)
Set the value for the key ACTION. |
void |
setDirectFrom(String value)
Set the value for the key DIRECT_FROM. |
void |
setDirectMetadataLevel(String value)
Set the value for the key DIRECT_METADATA_LEVEL. |
void |
setDirectTo(String value)
Set the value for the key DIRECT_TO. |
void |
setFrom(String value)
Set the value for the key FROM. |
void |
setMessageId(String value)
Set the value for the key MESSAGE. |
void |
setPid(String value)
Set the value for the key PID. |
void |
setRelatesTo(String value)
Set the value for the key RELATESTO. |
void |
setRemoteHost(String value)
Set the value for the key REMOTEHOST. |
void |
setReplyAddress(String value)
Set the value for the key REPLY. |
void |
setThisHost(String value)
Set the value for the key THISHOST. |
void |
setTo(String value)
Set the value for the key TO. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String MESSAGE
public static final String ACTION
public static final String REPLY
public static final String TO
public static final String RELATESTO
public static final String THISHOST
public static final String REMOTEHOST
public static final String PID
public static final String FROM
public static final String DIRECT_TO
public static final String DIRECT_FROM
public static final String DIRECT_METADATA_LEVEL
| Constructor Detail |
|---|
public ThreadData(Long id)
id - The value to set as the ID for the ThreadData object.| Method Detail |
|---|
public static void clean(Long id)
id - The id of the element to remove from the threadMap object.public void setMessageId(String value)
value - the value for the key MESSAGE.public void setFrom(String value)
value - the value for the key FROM.public void setThisHost(String value)
value - the value for the key THISHOST.public void setRemoteHost(String value)
value - the value for the key REMOTEHOST.public void setAction(String value)
value - the value for the key ACTION.public void setPid(String value)
value - the value for the key PID.public void setReplyAddress(String value)
value - the value for the key REPLY.public void setTo(String value)
value - the value for the key TO.public void setRelatesTo(String value)
value - the value for the key RELATESTO.public void setDirectTo(String value)
value - the value for the key DIRECT_TO.public void setDirectFrom(String value)
value - the value for the key DIRECT_FROM.public void setDirectMetadataLevel(String value)
value - the value for the key DIRECT_METADATA_LEVEL.public String getThisHost()
public String getRemoteHost()
public String getMessageId()
public String getAction()
public String getPid()
public String getReplyAddress()
public String getTo()
public String getFrom()
public String getRelatesTo()
public String getDirectTo()
public String getDirectFrom()
public String getDirectMetadataLevel()
protected static Map<Long,Map<String,String>> getThreadMapView()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||