Package org.jboss.as.server.deployment
Class ServicesAttachment
- java.lang.Object
-
- org.jboss.as.server.deployment.ServicesAttachment
-
public final class ServicesAttachment extends Object
An attachment holding the names of services detected in the deployment unit.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getServiceImplementations(String serviceTypeName)Get the service implementations for a given type name.
-