org.jboss.util
Interface JBossInterface

All Superinterfaces:
Cloneable
All Known Implementing Classes:
JBossObject

public interface JBossInterface
extends Cloneable

Clone the object without throwing a typed exception.

Version:
$Revision: 1.2.2.2 $
Author:
Adrian Brock

Method Summary
 Object clone()
          Clone the object
 String toShortString()
          Print a short version of the object
 void toShortString(JBossStringBuilder buffer)
          Append the key class properties to the buffer
 

Method Detail

clone

Object clone()
Clone the object

Returns:
a clone of the object

toShortString

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.