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

Packages that use PersistedComponent
org.jboss.deployers.plugins.managed   
org.jboss.system.server.profileservice.persistence   
org.jboss.system.server.profileservice.persistence.component   
org.jboss.system.server.profileservice.persistence.xml   
 

Uses of PersistedComponent in org.jboss.deployers.plugins.managed
 

Methods in org.jboss.deployers.plugins.managed with parameters of type PersistedComponent
protected  org.jboss.beans.metadata.plugins.AbstractBeanMetaData KernelDeploymentComponentMapper.createEmptyBeanMetaData(PersistedComponent component)
           
protected  org.jboss.managed.api.ManagedObject KernelDeploymentComponentMapper.getComponent(Object attachment, PersistedComponent component, boolean create)
           
protected  void KernelDeploymentComponentMapper.removeComponent(Object attachment, PersistedComponent component)
           
protected  void KernelDeploymentComponentMapper.setComponentName(PersistedComponent component, org.jboss.managed.api.ManagedObject mo)
           
 

Uses of PersistedComponent in org.jboss.system.server.profileservice.persistence
 

Methods in org.jboss.system.server.profileservice.persistence that return types with arguments of type PersistedComponent
protected static Map<String,PersistedComponent> AbstractPersistenceFactory.mapComponents(PersistenceRoot root)
          Map the components based on their names.
 

Methods in org.jboss.system.server.profileservice.persistence with parameters of type PersistedComponent
protected  PersistenceRoot AbstractPersistenceFactory.addPersistedComponent(PersistenceRoot root, PersistedComponent component)
          Add a persisted component to the root.
 

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

Methods in org.jboss.system.server.profileservice.persistence.component that return PersistedComponent
 PersistedComponent AbstractComponentMapper.addComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
           
 PersistedComponent ComponentMapper.addComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
          Add a component.
protected  PersistedComponent AbstractComponentMapper.createComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
          Create the persisted information for a given ManagedComponent.
protected  PersistedComponent AbstractComponentMapper.createPersistedComponent(Object attachment, org.jboss.managed.api.ManagedComponent component, ModificationInfo modification)
          Create a persisted component for a given ManagedComponent.
 PersistedComponent AbstractComponentMapper.removeComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
           
 PersistedComponent ComponentMapper.removeComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
          Remove a component.
 PersistedComponent AbstractComponentMapper.updateComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
           
 PersistedComponent ComponentMapper.updateComponent(Object attachment, org.jboss.managed.api.ManagedComponent component)
          Update a component.
 

Methods in org.jboss.system.server.profileservice.persistence.component with parameters of type PersistedComponent
protected abstract  org.jboss.managed.api.ManagedObject AbstractComponentMapper.getComponent(Object attachment, PersistedComponent component, boolean create)
          Get a ManagedObject for a given component, based on the information in the attachment descriptor.
protected abstract  void AbstractComponentMapper.removeComponent(Object attachment, PersistedComponent component)
          Remove a component from the attachment.
 void AbstractComponentMapper.restoreComponent(Object attachment, PersistedComponent component)
           
 void ComponentMapper.restoreComponent(Object attachment, PersistedComponent component)
          Restore a component based on the persisted information.
protected abstract  void AbstractComponentMapper.setComponentName(PersistedComponent component, org.jboss.managed.api.ManagedObject mo)
          Set the current name for this component.
protected  void AbstractComponentMapper.updateComponent(Object attachment, PersistedComponent component, boolean added)
          Update a attachment descripto based on the persisted component information.
 

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

Methods in org.jboss.system.server.profileservice.persistence.xml that return types with arguments of type PersistedComponent
 List<PersistedComponent> PersistenceRoot.getComponents()
           
 

Method parameters in org.jboss.system.server.profileservice.persistence.xml with type arguments of type PersistedComponent
 void PersistenceRoot.setComponents(List<PersistedComponent> components)
           
 



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