|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openeai.OpenEaiObject
org.openeai.jms.producer.ProducerId
#org.openeai.transport.ProducerId
public class ProducerId
This object is used by the PointToPoint and PubSub producers to uniquely identify each producer. The ProducerId is populated with a GenericUuid which requests a UUID remotely or generates one locally if a remote request cannot be successfully generated. This occurs when the producer is first initialized.
GenericUuid| Field Summary |
|---|
| Fields inherited from class org.openeai.OpenEaiObject |
|---|
logger |
| Constructor Summary | |
|---|---|
ProducerId()
Deprecated. Constructor |
|
ProducerId(java.lang.String url)
Deprecated. This constructor automatically attempts to generate a GenericUuid using the URL passed in and populates itself with that UUID. |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Deprecated. Returns the UUID associated to this object. |
java.lang.String |
getUrl()
Deprecated. Returns the URL from which the UUID will be requested. |
void |
setId(java.lang.String id)
Deprecated. Sets the UUID associated to this object. |
void |
setUrl(java.lang.String url)
Deprecated. Sets the URL from which the UUID will be requested. |
| Methods inherited from class org.openeai.OpenEaiObject |
|---|
getAppName, getDebug, getFromAddr, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProducerId()
public ProducerId(java.lang.String url)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.String getId()
public void setId(java.lang.String id)
id - String the UUID that was generated for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||