org.mule.util.queue
Interface QueueSession


public interface QueueSession

Version:
$Revision: 7976 $
Author:
Guillaume Nodet

Method Summary
 void begin()
           
 void commit()
           
 Queue getQueue(String name)
           
 void rollback()
           
 

Method Detail

getQueue

public Queue getQueue(String name)

begin

public void begin()
           throws ResourceManagerException
Throws:
ResourceManagerException

commit

public void commit()
            throws ResourceManagerException
Throws:
ResourceManagerException

rollback

public void rollback()
              throws ResourceManagerException
Throws:
ResourceManagerException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.