Class InstalledComponent
- java.lang.Object
-
- org.jboss.as.ejb3.subsystem.deployment.InstalledComponent
-
public class InstalledComponent extends Object
utility class that tracks components registered with the management API- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description InstalledComponent(EJBComponentType type, org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.PathAddressgetAddress()EJBComponentTypegetType()
-
-
-
Constructor Detail
-
InstalledComponent
public InstalledComponent(EJBComponentType type, org.jboss.as.controller.PathAddress address)
-
-
Method Detail
-
getType
public EJBComponentType getType()
-
getAddress
public org.jboss.as.controller.PathAddress getAddress()
-
-