|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlBlaster.util.qos.address.AddressBase
org.xmlBlaster.engine.qos.AddressServer
public class AddressServer
Helper class holding address string, protocol string of server side protocol plugins.
<address type='XMLRPC'>
http://server:8080/
</address>
| Field Summary | |
|---|---|
private java.lang.Object |
remoteAddress
|
| Constructor Summary | |
|---|---|
AddressServer(Global glob,
java.lang.String type,
java.lang.String nodeId,
java.util.Properties pluginInfoParameters)
|
|
| Method Summary | |
|---|---|
AddressBase |
getClone()
|
long |
getDefaultDelay()
DUMMY |
long |
getDefaultPingInterval()
DUMMY |
int |
getDefaultRetries()
DUMMY |
java.lang.Object |
getRemoteAddress()
Some protocol plugins may add this information. |
void |
setRemoteAddress(java.lang.Object remoteAddress)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Object remoteAddress
| Constructor Detail |
|---|
public AddressServer(Global glob,
java.lang.String type,
java.lang.String nodeId,
java.util.Properties pluginInfoParameters)
type - The protocol type, e.g. "IOR", "EMAIL", "XMLRPC"nodeId - A unique string (typically the cluster node id we connect to).pluginInfoParameters - Attributes from xmlBlasterPlugins.xml| Method Detail |
|---|
public java.lang.Object getRemoteAddress()
public void setRemoteAddress(java.lang.Object remoteAddress)
public int getDefaultRetries()
getDefaultRetries in class AddressBasepublic long getDefaultDelay()
getDefaultDelay in class AddressBasepublic long getDefaultPingInterval()
getDefaultPingInterval in class AddressBasepublic java.lang.String toString()
toString in class java.lang.Objectpublic AddressBase getClone()
getClone in class AddressBase
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||