Uses of Class
org.apache.catalina.tribes.ChannelException.FaultyMember

Packages that use ChannelException.FaultyMember
org.apache.catalina.tribes Apache Tribes - The Tomcat Cluster Communication Module 
 

Uses of ChannelException.FaultyMember in org.apache.catalina.tribes
 

Fields in org.apache.catalina.tribes declared as ChannelException.FaultyMember
protected static ChannelException.FaultyMember[] ChannelException.EMPTY_LIST
          Empty list to avoid reinstatiating lists
 

Methods in org.apache.catalina.tribes that return ChannelException.FaultyMember
 ChannelException.FaultyMember[] ChannelException.getFaultyMembers()
          Returns an array of members that failed and the reason they failed.
 

Methods in org.apache.catalina.tribes with parameters of type ChannelException.FaultyMember
 boolean ChannelException.addFaultyMember(ChannelException.FaultyMember mbr)
          Adds a faulty member
 int ChannelException.addFaultyMember(ChannelException.FaultyMember[] mbrs)
          Adds a list of faulty members
 



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