Uses of Interface
org.apache.catalina.tribes.ErrorHandler

Packages that use ErrorHandler
org.apache.catalina.tribes Apache Tribes - The Tomcat Cluster Communication Module 
org.apache.catalina.tribes.group   
org.apache.catalina.tribes.transport.bio.util   
 

Uses of ErrorHandler in org.apache.catalina.tribes
 

Methods in org.apache.catalina.tribes with parameters of type ErrorHandler
 UniqueId Channel.send(Member[] destination, java.io.Serializable msg, int options, ErrorHandler handler)
          Send a message to one or more members in the cluster
 

Uses of ErrorHandler in org.apache.catalina.tribes.group
 

Methods in org.apache.catalina.tribes.group that return ErrorHandler
 ErrorHandler InterceptorPayload.getErrorHandler()
           
 

Methods in org.apache.catalina.tribes.group with parameters of type ErrorHandler
 UniqueId GroupChannel.send(Member[] destination, java.io.Serializable msg, int options, ErrorHandler handler)
           
 void InterceptorPayload.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in org.apache.catalina.tribes.transport.bio.util
 

Methods in org.apache.catalina.tribes.transport.bio.util that return ErrorHandler
 ErrorHandler LinkObject.getHandler()
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.