public class EndpointImpl
extends java.lang.Object
implements org.jboss.jca.core.spi.rar.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
activate
in interface org.jboss.jca.core.spi.rar.Endpoint
endpointFactory
- 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 occurspublic void deactivate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory, javax.resource.spi.ActivationSpec spec) throws javax.resource.ResourceException
deactivate
in interface org.jboss.jca.core.spi.rar.Endpoint
endpointFactory
- 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 © 2014 IronJacamar (http://www.ironjacamar.org)