org.jboss.jca.core.rar
Class EndpointImpl

java.lang.Object
  extended by org.jboss.jca.core.rar.EndpointImpl
All Implemented Interfaces:
org.jboss.jca.core.spi.rar.Endpoint

public class EndpointImpl
extends Object
implements org.jboss.jca.core.spi.rar.Endpoint

An endpoint representation

Author:
Jesper Pedersen

Method Summary
 void activate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory, javax.resource.spi.ActivationSpec spec)
          
 void deactivate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory, javax.resource.spi.ActivationSpec spec)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

activate

public void activate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
                     javax.resource.spi.ActivationSpec spec)
              throws javax.resource.ResourceException

Specified by:
activate in interface org.jboss.jca.core.spi.rar.Endpoint
Throws:
javax.resource.ResourceException

deactivate

public void deactivate(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
                       javax.resource.spi.ActivationSpec spec)
                throws javax.resource.ResourceException

Specified by:
deactivate in interface org.jboss.jca.core.spi.rar.Endpoint
Throws:
javax.resource.ResourceException


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)