public class EPNActivityNotifier extends Object implements ActivityNotifier
Constructor and Description |
---|
EPNActivityNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This method closes the Activity Server to EPN bridge.
|
EPNManager |
getManager()
This method returns the Event Processor Network Manager.
|
void |
init()
This method initializes the Activity Server to EPN bridge.
|
void |
notify(List<ActivityUnit> activities)
This method notifies when a list of activity events have
been reported.
|
void |
setManager(EPNManager epnm)
This method sets the Event Processor Network Manager.
|
public EPNManager getManager()
public void setManager(EPNManager epnm)
epnm
- The EPN managerpublic void init()
public void notify(List<ActivityUnit> activities) throws Exception
notify
in interface ActivityNotifier
activities
- The activitiesException
- Failed to notifypublic void close()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.