public class JobFactoryRegistrationListener
extends java.lang.Object
JobFactory in a
JobRegistry.| Constructor and Description |
|---|
JobFactoryRegistrationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(JobFactory jobFactory,
java.util.Map<java.lang.String,?> params)
Take the
JobFactory provided and register it with the
JobRegistry. |
void |
setJobRegistry(JobRegistry jobRegistry)
Public setter for a
JobRegistry to use for all the bind and
unbind events. |
void |
unbind(JobFactory jobFactory,
java.util.Map<java.lang.String,?> params)
Take the
JobFactory provided and unregister it with the
JobRegistry. |
public void setJobRegistry(JobRegistry jobRegistry)
JobRegistry to use for all the bind and
unbind events.jobRegistry - JobRegistrypublic void bind(JobFactory jobFactory, java.util.Map<java.lang.String,?> params) throws java.lang.Exception
JobFactory provided and register it with the
JobRegistry.jobFactory - a JobFactoryparams - not needed by this listener.java.lang.Exception - if there is a problempublic void unbind(JobFactory jobFactory, java.util.Map<java.lang.String,?> params) throws java.lang.Exception
JobFactory provided and unregister it with the
JobRegistry.jobFactory - a JobFactoryparams - not needed by this listener.java.lang.Exception - if there is a problem