org.infinispan.marshall.jboss
Interface RiverCloseListener


public interface RiverCloseListener

RiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller so that pools can be notified of instances not being in use anymore.

Since:
5.1
Author:
Sanne Grinovero

Method Summary
 void closeMarshaller()
           
 void closeUnmarshaller()
           
 

Method Detail

closeMarshaller

void closeMarshaller()

closeUnmarshaller

void closeUnmarshaller()

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.