org.apache.openejb.assembler.classic
Class CommonInfoObject

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.CommonInfoObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientInfo, ConnectorInfo, EjbJarInfo, WebAppInfo

public class CommonInfoObject
extends InfoObject

Author:
Romain Manni-Bucau
See Also:
Serialized Form

Field Summary
 String uniqueId
           
 ValidationInfo validationInfo
           
 
Constructor Summary
CommonInfoObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validationInfo

public ValidationInfo validationInfo

uniqueId

public String uniqueId
Constructor Detail

CommonInfoObject

public CommonInfoObject()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.