jPOS 1.6.1 API Documentation

org.jpos.space
Class Connector

java.lang.Object
  extended by org.jpos.space.Connector
All Implemented Interfaces:
Configurable, ReConfigurable, SpaceListener

public class Connector
extends java.lang.Object
implements ReConfigurable, SpaceListener

Since:
2.0
Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alejandro Revilla

Constructor Summary
Connector()
           
Connector(java.lang.String from, java.lang.String to)
           
 
Method Summary
 void notify(java.lang.Object key, java.lang.Object value)
          Called by Space implementation whenever an object with the given key is being placed in the Space.
 void setConfiguration(Configuration cfg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connector

public Connector()

Connector

public Connector(java.lang.String from,
                 java.lang.String to)
Method Detail

setConfiguration

public void setConfiguration(Configuration cfg)
Specified by:
setConfiguration in interface Configurable
Parameters:
cfg - Configuration object

notify

public void notify(java.lang.Object key,
                   java.lang.Object value)
Description copied from interface: SpaceListener

Called by Space implementation whenever an object with the given key is being placed in the Space.

Specified by:
notify in interface SpaceListener
Parameters:
key - Object's key
value - Object's value

jPOS.org