JBoss Common Classes 2.2.17.GA

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: 1958 $
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

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.