org.jboss.messaging.core.distributed.pipe
Interface PipeOutputFacade

All Superinterfaces:
ServerFacade
All Known Implementing Classes:
DistributedPipeOutput

public interface PipeOutputFacade
extends ServerFacade

Exposes methods to be invoked remotely by the pipe input.

Version:
$Revision: 403 $ $Id: PipeOutputFacade.java 403 2005-10-30 00:05:49Z starksm $
Author:
Ovidiu Feodorov

Method Summary
 Delivery handle(Routable r)
           
 
Methods inherited from interface org.jboss.messaging.core.distributed.util.ServerFacade
getID
 

Method Detail

handle

public Delivery handle(Routable r)


Copyright © 2006 JBoss Inc. All Rights Reserved.