Package org.jboss.as.server.deployment
Class ServicesAttachment
java.lang.Object
org.jboss.as.server.deployment.ServicesAttachment
An attachment holding the names of services detected in the deployment unit.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptiongetServiceImplementations(String serviceTypeName) Get the service implementations for a given type name.
-
Method Details
-
getServiceImplementations
Get the service implementations for a given type name.- Parameters:
serviceTypeName- the type name- Returns:
- the possibly empty list of services
-