| org.jgroups.tests.ChannelTestBase org.jgroups.tests.MultiplexerViewTest
MultiplexerViewTest | public class MultiplexerViewTest extends ChannelTestBase (Code) | | Test the multiplexer functionality provided by JChannelFactory, especially the service views and cluster views
author: Bela Ban version: $Id: MultiplexerViewTest.java,v 1.10.2.1 2006/12/04 22:45:49 vlada Exp $ |
MultiplexerViewTest | public MultiplexerViewTest(String name)(Code) | | |
suite | public static Test suite()(Code) | | |
testTwoServicesOneChannel | public void testTwoServicesOneChannel() throws Exception(Code) | | |
testTwoServicesTwoChannels | public void testTwoServicesTwoChannels() throws Exception(Code) | | |
Methods inherited from org.jgroups.tests.ChannelTestBase | public static void acquireSemaphore(Semaphore semaphore, long timeout, int count) throws Exception(Code)(Java Doc) public static boolean areViewsComplete(MemberRetrievable[] channels, int memberCount)(Code)(Java Doc) public static void blockUntilViewsReceived(MemberRetrievable[] channels, long timeout)(Code)(Java Doc) public static void blockUntilViewsReceived(Collection channels, long timeout)(Code)(Java Doc) public static void blockUntilViewsReceived(MemberRetrievable[] channels, int count, long timeout)(Code)(Java Doc) public static void blockUntilViewsReceived(Collection channels, int count, long timeout)(Code)(Java Doc) protected String[] createApplicationNames(int applicationCount)(Code)(Java Doc) protected Channel createChannel(Object id) throws Exception(Code)(Java Doc) protected Channel createChannel() throws Exception(Code)(Java Doc) protected String[] createMuxApplicationNames(int muxApplicationstPerChannelCount)(Code)(Java Doc) protected String[] createMuxApplicationNames(int muxApplicationstPerChannelCount, int muxFactoryCount)(Code)(Java Doc) protected int getMuxFactoryCount()(Code)(Java Doc) protected String getNextChannelName()(Code)(Java Doc) protected boolean isMuxChannelUsed()(Code)(Java Doc) public static boolean isViewComplete(MemberRetrievable channel, int memberCount)(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) protected boolean shouldCompareThreadCount()(Code)(Java Doc) public static void sleepRandom(int maxTime)(Code)(Java Doc) public static void sleepThread(long sleeptime)(Code)(Java Doc) public static void takeAllPermits(Semaphore semaphore, int count)(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc) protected boolean useBlocking()(Code)(Java Doc)
|
|
|