|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.bizapp.server.session.BizappSessionEJB
org.hyperic.hq.bizapp.server.session.ConfigBossEJBImpl
public class ConfigBossEJBImpl
A boss to provide bizapp client access to the configuration settings
Field Summary |
---|
Fields inherited from class org.hyperic.hq.bizapp.server.session.BizappSessionEJB |
---|
ctx |
Constructor Summary | |
---|---|
ConfigBossEJBImpl()
|
Method Summary | |
---|---|
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
java.util.Properties |
getConfig()
Get the top-level configuration properties |
java.util.Properties |
getConfig(java.lang.String prefix)
Get the configuration properties for a specified prefix |
static org.hyperic.hq.bizapp.shared.ConfigBossLocal |
getOne()
|
void |
restartConfig()
Restart the config Service |
void |
setConfig(int sessId,
java.util.Properties props)
Set the top-level configuration properties |
void |
setConfig(int sessId,
java.lang.String prefix,
java.util.Properties props)
Set the configuration properties for a prefix |
void |
setSessionContext(javax.ejb.SessionContext c)
|
long |
vacuum(int sessionId)
Perform routine database maintenance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigBossEJBImpl()
Method Detail |
---|
public java.util.Properties getConfig() throws ConfigPropertyException
ConfigPropertyException
public java.util.Properties getConfig(java.lang.String prefix) throws ConfigPropertyException
ConfigPropertyException
public void setConfig(int sessId, java.util.Properties props) throws ApplicationException, ConfigPropertyException
ApplicationException
ConfigPropertyException
public void setConfig(int sessId, java.lang.String prefix, java.util.Properties props) throws ApplicationException, ConfigPropertyException
ApplicationException
ConfigPropertyException
public void restartConfig()
public long vacuum(int sessionId) throws SessionTimeoutException, SessionNotFoundException, PermissionException
SessionTimeoutException
SessionNotFoundException
PermissionException
public static org.hyperic.hq.bizapp.shared.ConfigBossLocal getOne()
public void ejbCreate()
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void setSessionContext(javax.ejb.SessionContext c)
setSessionContext
in interface javax.ejb.SessionBean
setSessionContext
in class BizappSessionEJB
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |