|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventPublisherMBean
MBean interface to expose the EventPublisher to JMX
| Method Summary | |
|---|---|
void |
flushQueue()
Flush the contents of the publish queue |
java.lang.String |
getJmsHost()
Get the JMS hostname |
java.lang.String |
getJmsJndiConnectionFactory()
Get the JNDI name of the Connection Factory |
java.lang.String |
getJmsJndiUpdateQueueName()
Get the JNDI name of the UpdateQueue |
java.lang.String |
getJmsPassword()
Get the JMS password |
int |
getJmsPort()
Get the JMS port |
java.lang.String |
getJmsProviderClass()
Get the name of the JmsProvider class |
java.lang.String |
getJmsUpdateQueueName()
Get the name of the UpdateQueue |
java.lang.String |
getJmsUser()
Get the JMS user name |
int |
getMaxQueueSize()
Get the max size of the publish queue |
boolean |
getPublishUpdateEvents()
Determine if the service is set to publish update events |
int |
getQueueSize()
Get the number of message on the publish queue |
void |
setJmsHost(java.lang.String host)
Set the JMS host name |
void |
setJmsJndiConnectionFactoryName(java.lang.String jndiConnectionFactoryName)
Set the JNDI name of the connection factory |
void |
setJmsJndiUpdateQueueName(java.lang.String jndiUpdateQueueName)
Set the JNDI name of the UpdateQueue |
void |
setJmsPassword(java.lang.String password)
Set the JMS password |
void |
setJmsPort(int port)
Set the JMS port |
void |
setJmsProviderClass(java.lang.String providerClass)
Set the class name of the JMS Provider |
void |
setJmsUpdateQueueName(java.lang.String updateQueue)
Set the name of the Update Queue |
void |
setJmsUser(java.lang.String name)
Set the JMS user name |
void |
setMaxQueueSize(int queueSize)
Set the max size of the publish queue |
void |
setPublishUpdateEvents(boolean publishUpdateEvents)
Set if the service is set to publish update events |
| Methods inherited from interface org.openanzo.server.repository.IServerServiceMBean |
|---|
getIsStarted, start, stop |
| Method Detail |
|---|
int getMaxQueueSize()
void setMaxQueueSize(int queueSize)
queueSize - max size of the publish queuevoid flushQueue()
int getQueueSize()
java.lang.String getJmsProviderClass()
java.lang.String getJmsJndiConnectionFactory()
java.lang.String getJmsUser()
java.lang.String getJmsPassword()
java.lang.String getJmsHost()
int getJmsPort()
java.lang.String getJmsJndiUpdateQueueName()
java.lang.String getJmsUpdateQueueName()
void setJmsProviderClass(java.lang.String providerClass)
providerClass - the class name of the JMS Providervoid setJmsJndiConnectionFactoryName(java.lang.String jndiConnectionFactoryName)
jndiConnectionFactoryName - the JNDI name of the connection factoryvoid setJmsUser(java.lang.String name)
name - the JMS user namevoid setJmsPassword(java.lang.String password)
password - the JMS passwordvoid setJmsHost(java.lang.String host)
host - the JMS host namevoid setJmsPort(int port)
port - the JMS portvoid setJmsJndiUpdateQueueName(java.lang.String jndiUpdateQueueName)
jndiUpdateQueueName - the JNDI name of the UpdateQueuevoid setJmsUpdateQueueName(java.lang.String updateQueue)
updateQueue - the name of the Update Queueboolean getPublishUpdateEvents()
void setPublishUpdateEvents(boolean publishUpdateEvents)
publishUpdateEvents - if the service is set to publish update events
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||