|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectguarana.toolkit.adapter.jbi.JbiExitResourceAdapter
public class JbiExitResourceAdapter
A JBI Adapter to be used in ExitPort
s.
Constructor Summary | |
---|---|
JbiExitResourceAdapter(String jndiName,
Properties properties)
Constructs a new JBI Resource Adapter for an active ExitPort . |
Method Summary | |
---|---|
String |
getJndiName()
Returns the JNDI name used by this resource adapter. |
Properties |
getProperties()
Returns the properties object used by this resource adapter. |
void |
write(Message<?> message)
Writes a message to the remote object via its stub. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JbiExitResourceAdapter(String jndiName, Properties properties)
ExitPort
.
jndiName
- The name of the JBI Adapter to lookup at the JBI container.properties
- The properties object with lookup attributes and values to stablish the lookup connection.Method Detail |
---|
public void write(Message<?> message) throws AdapterException
write
in interface IExitAdapter
message
- The outbound message.
AdapterException
- to report any problems during this method execution.public String getJndiName()
public Properties getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |