|
Oracle Communications Services Gatekeeper OAM Java API Reference 7.0.0.1 E96580-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Shield MBean interface. A shield is raised in order to block a specific entity, eg. IP:130.243.31.1. The MBean keeps the common configuration shared by all Shields.
| Field Summary | |
static int |
maximumEntitiesToBlock
The maximum number of endpoints that can be blocked at the same time. |
static java.lang.String |
MBEAN_CONFIG_CHANNEL
|
static java.lang.String |
MBEAN_CONFIG_EVENT
|
static java.lang.String |
MBEAN_CONFIG_EVENT_REQUEST
|
static java.lang.String |
SERVICE_NAME
|
static int |
shieldUpTime
The time to keep the shield up in minutes. |
| Method Summary | |
abstract int |
getMaximumEntitiesToBlock()
|
abstract int |
getShieldUpTime()
|
abstract void |
setMaximumEntitiesToBlock(int entities)
|
abstract void |
setShieldUpTime(int minutes)
|
abstract void |
unBlock(java.lang.String entity,
java.lang.String name)
Unblock a blocked entity. |
| Field Detail |
public static final int maximumEntitiesToBlock
public static final java.lang.String MBEAN_CONFIG_CHANNEL
public static final java.lang.String MBEAN_CONFIG_EVENT
public static final java.lang.String MBEAN_CONFIG_EVENT_REQUEST
public static final java.lang.String SERVICE_NAME
public static final int shieldUpTime
| Method Detail |
public int getMaximumEntitiesToBlock()
throws com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
public int getShieldUpTime()
throws com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
public void setMaximumEntitiesToBlock(int entities)
throws com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
public void setShieldUpTime(int minutes)
throws com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException
public void unBlock(java.lang.String entity,
java.lang.String name)
entity - the entity type, see ReporterMBean for available types.name - The entity to unblock.
|
Oracle Communications Services Gatekeeper OAM Java API Reference 7.0.0.1 E96580-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||