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()
           
 
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


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.