Package org.jboss.metadata.rar.spec

Examples of org.jboss.metadata.rar.spec.AdminObjectMetaData


      String aoName = null;
      if (a.adminObjectInterfaces().length > 0)
      {
         aoName = ((Class)Array.get(a.adminObjectInterfaces(), 0)).getName();
      }
      AdminObjectMetaData aomd = new AdminObjectMetaData();
      aomd.setAdminObjectInterfaceClass(aoName);
      md.getRa().getAdminObjects().add(aomd);
      return md;
   }
View Full Code Here

TOP

Related Classes of org.jboss.metadata.rar.spec.AdminObjectMetaData

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.