com.ados.hestia.repository
Interface RepositoryMBean

All Superinterfaces:
org.jboss.ha.jmx.HAServiceMBean, NotificationBroadcaster, RepositoryService, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
Repository

public interface RepositoryMBean
extends org.jboss.system.ServiceMBean, RepositoryService, org.jboss.ha.jmx.HAServiceMBean

The interface for a repository in Hestia. The repository service take cares for providing access to business information (TPA, Partner Profile, Certificates) for other services.

Version:
$Revision: 1951 $

Field Summary
static String COMPONENT_OPTINOS
           
static String COMPONENT_PROFILE_STORE
           
static String COMPONENT_TPA_STORE
           
static String REPOSITORY_ID
          Global identificator for Repository Service in the MBeanServer.
 
Method Summary
 org.jboss.ha.framework.interfaces.HAPartition getRepositoryPartition()
           
 void hitCheckConnections()
           
 void hitSecurityUpdate()
           
 void resetCache(String component)
           
 void updateCacheTime(String from)
           
 
Methods inherited from interface com.ados.hestia.repository.RepositoryService
getCollector, getCollectorProperties, getIDAStore, getPartnerProfileStore, getSecurityInfoStore, getStoreRepository, getTPAStore
 
Methods inherited from interface org.jboss.ha.jmx.HAServiceMBean
callMethodOnPartition, getDistributedState, getPartitionName, sendNotification, setDistributedState, setPartitionName
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Field Detail

REPOSITORY_ID

static final String REPOSITORY_ID
Global identificator for Repository Service in the MBeanServer.

See Also:
Constant Field Values

COMPONENT_TPA_STORE

static final String COMPONENT_TPA_STORE
See Also:
Constant Field Values

COMPONENT_PROFILE_STORE

static final String COMPONENT_PROFILE_STORE
See Also:
Constant Field Values

COMPONENT_OPTINOS

static final String COMPONENT_OPTINOS
See Also:
Constant Field Values
Method Detail

hitSecurityUpdate

void hitSecurityUpdate()

hitCheckConnections

void hitCheckConnections()

resetCache

void resetCache(String component)

updateCacheTime

void updateCacheTime(String from)

getRepositoryPartition

org.jboss.ha.framework.interfaces.HAPartition getRepositoryPartition()


Copyright © 2005-2006 ADOS Co.,Ltd.. All Rights Reserved.