Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.bea.wlcp.wlng.storage.management
Interface StorageServiceMBean


public interface StorageServiceMBean

Storage Service MBean interface.


Field Summary
static boolean active
          Gets storage service status.

 

Method Summary
 String getProviderName(String storeName)
          Gets the provider name for the store.
 int getStoreSize(String storeName)
          Gets the store size.
 String getTableName(String storeName)
          Gets the database table name for store.
 String getTypeId(String storeName)
          Gets the type ID for a store.
 boolean isActive()
          Returns the state of the Storage Service.
 String[] listStoreNames()
          Gets the configured store names.

 

Field Detail

active

public static final boolean active
Gets storage service status. True if the Storage Service is active, false if an initialization error occured.

Scope: Cluster

See Also:
Constant Field Values

Method Detail

getProviderName

public String getProviderName(String storeName)
Gets the provider name for the store.

Scope: Cluster

Parameters:
storeName - The store name.
Returns:
The provider name for the store or null if no such store is configured.

getStoreSize

public int getStoreSize(String storeName)
Gets the store size.

Scope: Cluster

Parameters:
storeName - The name of the store.
Returns:
The number of entries in the store or -1 if no such store is configured.

getTableName

public String getTableName(String storeName)
Gets the database table name for store.

Scope: Cluster

Parameters:
storeName - The store name.
Returns:
The database table name for the store or null if no such store or table is configured.

getTypeId

public String getTypeId(String storeName)
Gets the type ID for a store.

Scope: Cluster

Parameters:
storeName - The name of the store.
Returns:
The type ID for the store or null if no such store is configured.

isActive

public boolean isActive()
Returns the state of the Storage Service.

Scope: Cluster

Returns:
True if the Storage Service is active, false if an initialization error occured.

listStoreNames

public String[] listStoreNames()
Gets the configured store names.

Scope: Cluster

Returns:
Names of stores having configuration in the Storage Service.

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.