|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InfrastructureException in org.figure8.join.core.messaging |
---|
Methods in org.figure8.join.core.messaging that throw InfrastructureException | |
---|---|
protected java.lang.Object |
ActiveMQDestinationResolver.resolveLocalObject(java.lang.String name)
Resolve destination as a locally available object through container context. |
javax.jms.Queue |
JMSDestinationResolver.resolveQueue(java.lang.String name)
Resolve a JMS queue using its name. |
javax.jms.Queue |
ActiveMQDestinationResolver.resolveQueue(java.lang.String name)
Resolve a JMS queue using its name. |
protected java.lang.Object |
ActiveMQDestinationResolver.resolveRemoteObject(java.lang.String name,
boolean isQueue)
Resolve destination as a remote object bound into a Jndi tree. |
javax.jms.Topic |
JMSDestinationResolver.resolveTopic(java.lang.String name)
Resolve a JMS topic using its name. |
javax.jms.Topic |
ActiveMQDestinationResolver.resolveTopic(java.lang.String name)
Resolve a JMS topic using its name. |
void |
DefaultJMSConsumerBeanManager.saveConsumerBeanInfo(JMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
void |
JMSConsumerBeanManager.saveConsumerBeanInfo(JMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
protected void |
DefaultJMSConsumerBeanManager.startConsumer(JMSConsumerBeanInfo info)
|
void |
DefaultJMSConsumerBeanManager.startConsumers()
Starts all the already saved and registered consumers. |
void |
JMSConsumerBeanManager.startConsumers()
Starts all the already saved and registered consumers. |
Uses of InfrastructureException in org.figure8.join.core.persistence |
---|
Methods in org.figure8.join.core.persistence that throw InfrastructureException | |
---|---|
java.util.Collection |
HibernateXmlDatabinder.loadFromXml(java.io.InputStream is)
Load a collection of EntityObject s from a Xml stream |
java.util.Collection |
XmlDatabinder.loadFromXml(java.io.InputStream is)
Load a collection of EntityObject s from a Xml stream |
void |
HibernateXmlDatabinder.writeToXml(java.io.Writer writer,
ObjectDao dao)
Write a collection of EntityObject s using their Xml form |
void |
XmlDatabinder.writeToXml(java.io.Writer writer,
ObjectDao dao)
Write a collection of EntityObject s using their Xml form |
Uses of InfrastructureException in org.figure8.join.services.notification |
---|
Methods in org.figure8.join.services.notification that throw InfrastructureException | |
---|---|
protected ReportingService |
SubscribersNotifierAdapterSupport.retrieveReportingService()
Helper method for retrieving remote ReportingService. |
Uses of InfrastructureException in org.figure8.join.services.remoting |
---|
Methods in org.figure8.join.services.remoting that throw InfrastructureException | |
---|---|
void |
MessagingService.saveConsumerBeanInfo(java.lang.String token,
RemoteJMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
Uses of InfrastructureException in org.figure8.join.services.remoting.services |
---|
Methods in org.figure8.join.services.remoting.services that throw InfrastructureException | |
---|---|
void |
MessagingServiceImpl.saveConsumerBeanInfo(java.lang.String token,
RemoteJMSConsumerBeanInfo info)
Save a JMSConsumerBean infos within datastore. |
Uses of InfrastructureException in org.figure8.join.services.scheduling |
---|
Methods in org.figure8.join.services.scheduling that throw InfrastructureException | |
---|---|
protected org.quartz.Trigger |
DefaultQuartzCronManager.createTriggerFrom(QuartzCronInfo info)
Build an activation trigger from the Quartc Cron information bean |
protected void |
DefaultQuartzCronManager.initializeScheduler()
Initialize the Quartz scheduler. |
void |
DefaultQuartzCronManager.saveQuartzCronInfo(QuartzCronInfo info)
Save a QuartzCronInfo within datastore. |
void |
QuartzCronManager.saveQuartzCronInfo(QuartzCronInfo info)
Save a QuartzCronInfo within datastore. |
protected void |
DefaultQuartzCronManager.scheduleJob(QuartzCronInfo info)
|
void |
DefaultQuartzCronManager.scheduleJobs()
Start scheduling of all the already saved Quartz jobs. |
void |
QuartzCronManager.scheduleJobs()
Start scheduling of all the already saved Quartz jobs. |
protected void |
DefaultQuartzCronManager.unscheduleJob(QuartzCronInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |