|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of AddressBase in org.xmlBlaster.client.dispatch |
| Methods in org.xmlBlaster.client.dispatch with parameters of type AddressBase | |
DispatchConnection |
ClientDispatchConnectionsHandler.createDispatchConnection(AddressBase address)
|
| Constructors in org.xmlBlaster.client.dispatch with parameters of type AddressBase | |
ClientDispatchConnection(Global glob,
ClientDispatchConnectionsHandler connectionsHandler,
AddressBase address)
|
|
| Uses of AddressBase in org.xmlBlaster.client.qos |
| Methods in org.xmlBlaster.client.qos that return AddressBase | |
AddressBase[] |
ConnectQos.getAddresses()
The connection address and properties of the xmlBlaster server we want connect to. |
| Uses of AddressBase in org.xmlBlaster.util.dispatch |
| Fields in org.xmlBlaster.util.dispatch declared as AddressBase | |
protected AddressBase |
DispatchConnection.address
|
| Methods in org.xmlBlaster.util.dispatch that return AddressBase | |
AddressBase |
DispatchConnectionsHandler.getAliveAddress()
|
AddressBase |
DispatchConnectionsHandler.getDeadAddress()
|
AddressBase |
DispatchConnection.getAddress()
|
| Methods in org.xmlBlaster.util.dispatch with parameters of type AddressBase | |
void |
DispatchManager.setAddresses(AddressBase[] addr)
Set new callback addresses, typically after a session login/logout |
void |
DispatchConnectionsHandler.initialize(AddressBase[] cbAddr)
Overwrite existing connections with new configuration |
abstract DispatchConnection |
DispatchConnectionsHandler.createDispatchConnection(AddressBase address)
Create a DispatchConnection instance and load the protocol plugin. |
void |
DispatchConnection.setAddress(AddressBase address)
|
| Constructors in org.xmlBlaster.util.dispatch with parameters of type AddressBase | |
DispatchManager(Global glob,
I_MsgErrorHandler failureListener,
org.xmlBlaster.authentication.plugins.I_MsgSecurityInterceptor securityInterceptor,
I_Queue msgQueue,
I_ConnectionStatusListener connectionStatusListener,
AddressBase[] addrArr,
SessionName sessionName)
|
|
DispatchConnection(Global glob,
DispatchConnectionsHandler connectionsHandler,
AddressBase address)
Our loadPlugin() and initialize() needs to be called next. |
|
| Uses of AddressBase in org.xmlBlaster.util.protocol |
| Fields in org.xmlBlaster.util.protocol declared as AddressBase | |
protected AddressBase |
RequestReplyExecutor.addressConfig
|
| Methods in org.xmlBlaster.util.protocol with parameters of type AddressBase | |
protected void |
RequestReplyExecutor.initialize(Global glob,
AddressBase addressConfig)
Used by SocketCallbackImpl on client side, uses I_CallbackExtended to invoke client classes Used by HandleClient on server side, uses I_XmlBlaster to invoke xmlBlaster core This executor has mixed client and server specific code for two reasons: - Possibly we can use the same socket between two xmlBlaster server (load balance) - Everything is together |
| Uses of AddressBase in org.xmlBlaster.util.protocol.corba |
| Methods in org.xmlBlaster.util.protocol.corba with parameters of type AddressBase | |
static org.omg.CORBA.ORB |
OrbInstanceFactory.createOrbInstance(Global glob,
java.lang.String[] args,
java.util.Properties props,
AddressBase address)
|
org.omg.CORBA.ORB |
OrbInstanceWrapper.getOrb(java.lang.String[] args,
java.util.Properties props,
AddressBase address)
On first call an orb is created, further calls return the same orb instance. |
| Uses of AddressBase in org.xmlBlaster.util.protocol.email |
| Methods in org.xmlBlaster.util.protocol.email with parameters of type AddressBase | |
void |
EmailExecutor.init(Global glob,
AddressBase addressBase,
PluginInfo pluginConfig)
This init() is called after the init(Global, PluginInfo) |
| Uses of AddressBase in org.xmlBlaster.util.protocol.socket |
| Methods in org.xmlBlaster.util.protocol.socket with parameters of type AddressBase | |
protected void |
SocketExecutor.initialize(Global glob,
AddressBase addressConfig,
java.io.InputStream iStream,
java.io.OutputStream oStream)
Used by SocketCallbackImpl on client side, uses I_CallbackExtended to invoke client classes Used by HandleClient on server side, uses I_XmlBlaster to invoke xmlBlaster core This executor has mixed client and server specific code for two reasons: - Possibly we can use the same socket between two xmlBlaster server (load balance) - Everything is together |
java.net.ServerSocket |
SocketUrl.createServerSocketSSL(int backlog,
AddressBase address)
Helper to create a server side SSL socket, uses reflection to compile with JDK 1.3 SSL support can't be used with a standard JDK 1.3 Setup: |
java.net.Socket |
SocketUrl.createSocketSSL(SocketUrl localSocketUrl,
AddressBase address)
Helper to create a SSL socket, uses reflection to compile with JDK 1.3 SSL support can't be used with a standard JDK 1.3 |
| Constructors in org.xmlBlaster.util.protocol.socket with parameters of type AddressBase | |
SocketUrl(Global glob,
AddressBase address)
Extract "hostname" and "port" from environment, if not found use the local host for hostname and the default port 7607. |
|
SocketUrl(Global glob,
AddressBase address,
boolean isLocal,
int defaultServerPort)
Extract hostname and port from environment, if not found use the local host for hostname and the given default port (usually ExecutorBase.DEFAULT_SERVER_PORT=7607). |
|
| Uses of AddressBase in org.xmlBlaster.util.qos.address |
| Subclasses of AddressBase in org.xmlBlaster.util.qos.address | |
class |
Address
Helper class holding address string, protocol string and client side connection properties. |
class |
CallbackAddress
Helper class holding callback address string and protocol string. |
| Methods in org.xmlBlaster.util.qos.address that return AddressBase | |
AddressBase |
AddressBase.getClone()
|
| Methods in org.xmlBlaster.util.qos.address with parameters of type AddressBase | |
boolean |
AddressBase.isSameAddress(AddressBase other)
Check if supplied address would connect to the address of this instance |
| Uses of AddressBase in org.xmlBlaster.util.qos.storage |
| Fields in org.xmlBlaster.util.qos.storage declared as AddressBase | |
static AddressBase[] |
QueuePropertyBase.EMPTY_ADDRESS_ARR
|
protected AddressBase[] |
QueuePropertyBase.addressArr
The corresponding callback address, is set by derived classes |
| Methods in org.xmlBlaster.util.qos.storage that return AddressBase | |
AddressBase[] |
QueuePropertyBase.getAddresses()
|
AddressBase[] |
ClientQueueProperty.getAddresses()
|
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||