Package org.jboss.profileservice.management.builders

Examples of org.jboss.profileservice.management.builders.ServiceManagedObject


/*     */
/* 108 */       if (services.size() != 1)
/* 109 */         throw new DeploymentException("Expected only 1 ServiceMetaData but saw " + services.size() + " in " + unit.getName());
/* 110 */       ServiceMetaData dsMetaData = (ServiceMetaData)services.get(0);
/* 111 */       String attachName = ServiceMetaData.class.getName();
/* 112 */       ManagedObject mo = new ServiceManagedObject(attachName, dsMetaData, this.propertyNameMappings);
/* 113 */       ManagedObject wrapMO = WrapperAdvice.wrapManagedObject(mo);
/* 114 */       map.put(attachName, wrapMO);
/*     */
/* 116 */       attachName = "FakeConnectionFactoryDeployer.datasource-type";
/* 117 */       ManagedObjectImpl typeMO = new ManagedObjectImpl(attachName);
View Full Code Here

TOP

Related Classes of org.jboss.profileservice.management.builders.ServiceManagedObject

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.