JDO Constructor
in javax.jdo.spi.RegisterClassEvent

RegisterClassEvent(
  JDOImplHelper helper, 
  Class registeredClass, 
  String[] fieldNames, 
  Class[] fieldTypes, 
  byte[] fieldFlags, 
  Class persistenceCapableSuperclass
)


Constructs a new RegisterClassEvent.
Parameters:
helper - the JDOImplHelper instance
registeredClass - the persistence-capable class
fieldNames - the names of the managed fields
fieldTypes - the types of the managed fields
fieldFlags - the flags of the managed fields
persistenceCapableSuperclass - the persistence-capable superclass
Since:
JDO 1.0