Interface JBossInterface

  • All Superinterfaces:
    java.lang.Cloneable
    All Known Implementing Classes:
    JBossObject

    public interface JBossInterface
    extends java.lang.Cloneable
    Clone the object without throwing a typed exception.
    Version:
    $Revision$
    • Method Detail

      • clone

        java.lang.Object clone()
        Clone the object
        Returns:
        a clone of the object
      • toShortString

        java.lang.String toShortString()
        Print a short version of the object
        Returns:
        the short string
      • toShortString

        void toShortString​(JBossStringBuilder buffer)
        Append the key class properties to the buffer
        Parameters:
        buffer - the buffer