org.jboss.annotation.ejb
Class ClusteredImpl

java.lang.Object
  extended by org.jboss.annotation.ejb.ClusteredImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, Clustered

public class ClusteredImpl
extends Object
implements Clustered

Comment

Version:
$Revision: 1.1.2.4 $
Author:
Bill Burke

Constructor Summary
ClusteredImpl()
           
 
Method Summary
 Class annotationType()
           
 Class loadBalancePolicy()
           
 String partition()
           
 void setLoadBalancePolicy(Class loadBalancePolicy)
           
 void setPartition(String partition)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Constructor Detail

ClusteredImpl

public ClusteredImpl()
Method Detail

loadBalancePolicy

public Class loadBalancePolicy()

setLoadBalancePolicy

public void setLoadBalancePolicy(Class loadBalancePolicy)

partition

public String partition()

setPartition

public void setPartition(String partition)

annotationType

public Class annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

toString

public String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.