org.mule.util.queue
Interface QueueSession


public interface QueueSession


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

Method Detail

getQueue

Queue getQueue(String name)

begin

void begin()
           throws ResourceManagerException
Throws:
ResourceManagerException

commit

void commit()
            throws ResourceManagerException
Throws:
ResourceManagerException

rollback

void rollback()
              throws ResourceManagerException
Throws:
ResourceManagerException


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