public class EndpointImpl extends java.lang.Object implements Endpoint
| Modifier and Type | Method and Description |
|---|---|
void |
activate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
Activate an endpoint
|
void |
deactivate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
Deactivate an endpoint
|
public void activate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
throws javax.resource.ResourceException
public void deactivate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
javax.resource.spi.ActivationSpec spec)
throws javax.resource.ResourceException
deactivate in interface EndpointendpointFactory - The message endpoint factory that should be used for the endpointspec - The activation spec that should be used for the endpointjavax.resource.ResourceException - Thrown if an error occursCopyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)