Package org.wildfly.clustering.service
Class ChildTargetService
- java.lang.Object
-
- org.wildfly.clustering.service.ChildTargetService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public class ChildTargetService extends Object implements org.jboss.msc.Service
Service that performs service installation into the child target on start.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ChildTargetService(Consumer<org.jboss.msc.service.ServiceTarget> installer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Constructor Detail
-
ChildTargetService
public ChildTargetService(Consumer<org.jboss.msc.service.ServiceTarget> installer)
-
-