Uses of Interface
org.jboss.jms.delegate.Cancel

Packages that use Cancel
org.jboss.jms.client.delegate   
org.jboss.jms.delegate   
org.jboss.jms.server.endpoint   
org.jboss.jms.server.endpoint.advised   
org.jboss.jms.wireformat   
 

Uses of Cancel in org.jboss.jms.client.delegate
 

Methods in org.jboss.jms.client.delegate with parameters of type Cancel
 void ClientSessionDelegate.cancelDelivery(Cancel cancel)
           
 

Uses of Cancel in org.jboss.jms.delegate
 

Classes in org.jboss.jms.delegate that implement Cancel
 class DefaultCancel
          A Cancel.
 

Methods in org.jboss.jms.delegate with parameters of type Cancel
 void SessionEndpoint.cancelDelivery(Cancel cancel)
          Cancel a delivery
 

Uses of Cancel in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint with parameters of type Cancel
 void ServerSessionEndpoint.cancelDelivery(Cancel cancel)
           
 

Uses of Cancel in org.jboss.jms.server.endpoint.advised
 

Methods in org.jboss.jms.server.endpoint.advised with parameters of type Cancel
 void SessionAdvised.cancelDelivery(Cancel cancel)
           
 

Uses of Cancel in org.jboss.jms.wireformat
 

Constructors in org.jboss.jms.wireformat with parameters of type Cancel
SessionCancelDeliveryRequest(java.lang.String objectId, byte version, Cancel cancel)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.