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)
ContainerListenercontainerEvent in interface ContainerListenerevent - ContainerEvent that has occurredpublic void lifecycleEvent(LifecycleEvent event)
LifecycleListenerlifecycleEvent in interface LifecycleListenerevent - LifecycleEvent that has occurredprotected void addContext(Context context)
Copyright © 2016 JBoss by Red Hat. All rights reserved.