Class Deployment

    • Constructor Detail

      • Deployment

        public Deployment​(Server referenceServer,
                          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
      • 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
      • isStandalone

        public boolean isStandalone()
      • getReferenceServer

        public Server getReferenceServer()
      • getEnabledTime

        public String getEnabledTime()
      • getDisabledTime

        public String getDisabledTime()
      • hasSubdeployments

        public boolean hasSubdeployments()
      • hasSubsystem

        public boolean hasSubsystem​(String name)
      • hasNestedSubsystem

        public boolean hasNestedSubsystem​(String name)