|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectguarana.toolkit.adapter.jbi.JbiAsyncSolicitorAdapter
public class JbiAsyncSolicitorAdapter
A JBI Adapter to be used in solicitor ports.
Constructor Summary | |
---|---|
JbiAsyncSolicitorAdapter(String jndiName,
Properties properties)
Constructs a new JBI Resource Adapter for the solicitor port. |
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 |
solicit(Message<?> message,
guarana.util.remote.RemoteObjectReference replyTo)
Sends a solicit message to the remote object via its stub and return immediately returns a future object as the result. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JbiAsyncSolicitorAdapter(String jndiName, Properties properties)
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 solicit(Message<?> message, guarana.util.remote.RemoteObjectReference replyTo) throws AdapterException
solicit
in interface IAsyncSolicitorAdapter
message
- The solicit message.
AdapterException
- to report any problems during this method execution.AsyncHandler
public String getJndiName()
public Properties getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |