Package org.jboss.system.server.profileservice.persistence.xml

Examples of org.jboss.system.server.profileservice.persistence.xml.ModificationInfo


         throw new IllegalArgumentException("null attachment");
      if(component == null)
         throw new IllegalArgumentException("null component");

      // Check what we need to do
      ModificationInfo modification = component.getModificationInfo();
      if(modification == null)
         modification = ModificationInfo.MODIFIED;
      switch(modification)
      {
         case ADDED:
View Full Code Here

TOP

Related Classes of org.jboss.system.server.profileservice.persistence.xml.ModificationInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.