org.apache.geronimo.gbean
Class GConstructorInfo

java.lang.Object
  extended by org.apache.geronimo.gbean.GConstructorInfo
All Implemented Interfaces:
Serializable

public class GConstructorInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GConstructorInfo()
           
GConstructorInfo(List attributeNames)
           
GConstructorInfo(String[] attributeNames)
           
 
Method Summary
 List getAttributeNames()
           
 String toString()
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GConstructorInfo

public GConstructorInfo()

GConstructorInfo

public GConstructorInfo(String[] attributeNames)

GConstructorInfo

public GConstructorInfo(List attributeNames)
Method Detail

getAttributeNames

public List getAttributeNames()

toString

public String toString()
Overrides:
toString in class Object

toXML

public String toXML()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.