| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This serves as a factory for creating message endpoints.
| Method Summary | |
|  MessageEndpoint | createEndpoint(XAResource xaResource)This is used to create a message endpoint. | 
|  boolean | isDeliveryTransacted(java.lang.reflect.Method method)This is used to find out whether message deliveries to a target method on a message listener interface that is implemented by a message endpoint will be transacted or not. | 
| Method Detail | 
public MessageEndpoint createEndpoint(XAResource xaResource)
                               throws UnavailableException
xaResource - an optional XAResource 
 instance used to get transaction notifications when the message delivery
 is transacted.
UnavailableException - indicates a transient failure
 in creating a message endpoint. Subsequent attempts to create a message
 endpoint might succeed.
public boolean isDeliveryTransacted(java.lang.reflect.Method method)
                             throws java.lang.NoSuchMethodException
method - description of a target method. This information about
 the intended target method allows an application server to find out 
 whether the target method call will be transacted or not.
java.lang.NoSuchMethodException - indicates that the specified method
 does not exist on the target endpoint.| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.