public class ServiceMapperListener extends Object implements LifecycleListener, ContainerListener
Modifier and Type | Field and Description |
---|---|
protected Mapper |
mapper
Associated mapper.
|
Constructor and Description |
---|
ServiceMapperListener(Mapper mapper)
Create mapper listener.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addContext(Context context) |
void |
containerEvent(ContainerEvent event)
Acknowledge the occurrence of the specified event.
|
void |
lifecycleEvent(LifecycleEvent event)
Acknowledge the occurrence of the specified event.
|
protected Mapper mapper
public ServiceMapperListener(Mapper mapper)
public void containerEvent(ContainerEvent event)
ContainerListener
containerEvent
in interface ContainerListener
event
- ContainerEvent that has occurredpublic void lifecycleEvent(LifecycleEvent event)
LifecycleListener
lifecycleEvent
in interface LifecycleListener
event
- LifecycleEvent that has occurredprotected void addContext(Context context)
Copyright © 2016 JBoss by Red Hat. All rights reserved.