Uses of Class
org.jboss.system.server.profileservice.persistence.xml.ModificationInfo

Packages that use ModificationInfo
org.jboss.system.server.profileservice.persistence.component   
org.jboss.system.server.profileservice.persistence.xml   
 

Uses of ModificationInfo in org.jboss.system.server.profileservice.persistence.component
 

Methods in org.jboss.system.server.profileservice.persistence.component with parameters of type ModificationInfo
protected  PersistedComponent AbstractComponentMapper.createPersistedComponent(Object attachment, org.jboss.managed.api.ManagedComponent component, ModificationInfo modification)
          Create a persisted component for a given ManagedComponent.
 

Uses of ModificationInfo in org.jboss.system.server.profileservice.persistence.xml
 

Methods in org.jboss.system.server.profileservice.persistence.xml that return ModificationInfo
 ModificationInfo PersistedManagedObject.getModificationInfo()
           
static ModificationInfo ModificationInfo.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModificationInfo[] ModificationInfo.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.system.server.profileservice.persistence.xml with parameters of type ModificationInfo
 void PersistedManagedObject.setModificationInfo(ModificationInfo info)
           
 



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