Class ServerGroupDeployment

  • All Implemented Interfaces:
    Cloneable, NamedObject

    public class ServerGroupDeployment
    extends Content
    A deployed content used in domain mode.
    • Constructor Detail

      • ServerGroupDeployment

        public ServerGroupDeployment​(String serverGroup,
                                     ModelNode node)
    • Method Detail

      • equals

        public boolean equals​(Object o)
        Description copied from class: ModelNode
        Determine whether this object is equal to another.
        Overrides:
        equals in class NamedNode
        Parameters:
        o - the other object
        Returns:
        true if they are equal, false otherwise
      • hashCode

        public int hashCode()
        Description copied from class: ModelNode
        Get the hash code of this node object. Note that unless the value is ModelNode.protect()ed, the hash code may change over time, thus making unprotected nodes unsuitable for use as hash table keys.
        Overrides:
        hashCode in class NamedNode
        Returns:
        the hash code
      • getServerGroup

        public String getServerGroup()
      • getDeployment

        @Nullable
        public Deployment getDeployment()
      • setDeployment

        public void setDeployment​(@Nullable
                                  Deployment deployment)
      • runningWithReferenceServer

        public boolean runningWithReferenceServer()
      • toString

        public String toString()
        Description copied from class: ModelNode
        Get a human-readable string representation of this model node, formatted nicely (possibly on multiple lines).
        Overrides:
        toString in class Content
        Returns:
        a string representation of this model node