Package org.jboss.util
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
clone()
Clone the objectjava.lang.String
toShortString()
Print a short version of the objectvoid
toShortString(JBossStringBuilder buffer)
Append the key class properties to the buffer
-
-
-
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
-
-