|
jPOS 1.6.1 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.space.Connector
public class Connector
| 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 |
|---|
public Connector()
public Connector(java.lang.String from,
java.lang.String to)
| Method Detail |
|---|
public void setConfiguration(Configuration cfg)
setConfiguration in interface Configurablecfg - Configuration object
public void notify(java.lang.Object key,
java.lang.Object value)
SpaceListenerCalled by Space implementation whenever an object with the given key is being placed in the Space.
notify in interface SpaceListenerkey - Object's keyvalue - Object's value
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||