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: 1.2 $ $Id: PipeOutputFacade.java,v 1.2 2005/10/30 00:05:39 starksm Exp $
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.