File
Doc
Category
Size
Date
Package
BogusPolicy.java
API Doc
JBoss 4.2.1
1874
Fri Jul 13 20:53:12 BST 2007
org.jboss.ejb3.test.clusteredsession
BogusPolicy
java.lang.Object
public class BogusPolicy extends Object implements org.jboss.ha.framework.interfaces.LoadBalancePolicy
version
$Revision: 60233 $
author
William DeCoste
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.Object
chooseTarget
(
org.jboss.ha.framework.interfaces.FamilyClusterInfo
clusterFamily)
throw new RuntimeException("Bogus implementation!");
public
java.lang.Object
chooseTarget
(
org.jboss.ha.framework.interfaces.FamilyClusterInfo
clusterFamily,
org.jboss.invocation.Invocation
routingDecision)
throw new RuntimeException("Bogus implementation!");
public void
init
(
org.jboss.ha.framework.interfaces.HARMIClient
father)
throw new RuntimeException("Bogus implementation!");
Java Code Source