|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.overlord.bam.activity.model.Origin
public class Origin
This class represents information about the origin of the activity events reported.
Constructor Summary | |
---|---|
Origin()
The default constructor. |
|
Origin(Origin origin)
The copy constructor. |
Method Summary | |
---|---|
String |
getHost()
This method gets the host. |
String |
getNode()
This method gets the name of the node. |
String |
getPort()
This method gets the port. |
String |
getPrincipal()
This method gets the principal. |
String |
getThread()
This method gets the thread. |
void |
readExternal(ObjectInput in)
|
void |
setHost(String host)
This method sets the host. |
void |
setNode(String node)
This method sets the name of the node. |
void |
setPort(String port)
This method sets the port. |
void |
setPrincipal(String principal)
This method sets the principal. |
void |
setThread(String thread)
This method sets the thread. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Origin()
public Origin(Origin origin)
origin
- The origin to copyMethod Detail |
---|
public void setPrincipal(String principal)
principal
- The principalpublic String getPrincipal()
public void setThread(String thread)
thread
- The threadpublic String getThread()
public void setHost(String host)
host
- The hostpublic String getHost()
public void setNode(String node)
node
- The nodepublic String getNode()
public void setPort(String port)
port
- The portpublic String getPort()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |