Class EJBBoundClusteringMetaData

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jboss.metadata.javaee.support.IdMetaData, org.jboss.metadata.javaee.support.MappableMetaData, org.jboss.metadata.javaee.support.WithDescriptions

    public class EJBBoundClusteringMetaData
    extends org.jboss.metadata.ejb.parser.jboss.ejb3.AbstractEJBBoundMetaData
    Author:
    Jaikiran Pai, Flavia Rainone
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isClusteredSingleton()  
      void setClusteredSingleton​(boolean singleton)  
      • Methods inherited from class org.jboss.metadata.ejb.parser.jboss.ejb3.AbstractEJBBoundMetaData

        getEjbName, setEjbName
      • Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptions

        getDescriptions, setDescriptions
      • Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData

        equals, getKey, getName, hashCode, setName, toString
      • Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl

        clone, getId, setId
      • Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData

        getKey
    • Constructor Detail

      • EJBBoundClusteringMetaData

        public EJBBoundClusteringMetaData()
    • Method Detail

      • setClusteredSingleton

        public void setClusteredSingleton​(boolean singleton)
      • isClusteredSingleton

        public boolean isClusteredSingleton()