org.jboss.annotation.ejb
Class ClusteredImpl
java.lang.Object
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
Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode |
ClusteredImpl
public ClusteredImpl()
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.