com.ados.hestia.bridge
Interface BridgeMBean

All Superinterfaces:
org.jboss.ha.jmx.HAServiceMBean, org.jboss.ha.singleton.HASingletonMBean, IRMIAccess, IRMIStoreAccess, NotificationBroadcaster, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
Bridge

public interface BridgeMBean
extends org.jboss.ha.singleton.HASingletonMBean, IRMIAccess, IRMIStoreAccess

The interface for subsystem who responsible for work with internal system. This sends/receives to/from external EIS system via some protocols.

Version:
$Revision: 1713 $

Field Summary
static String BRIDGE_ID
          JNDI name to lookup this subsystem.
static String BRIDGE_VERSION
           
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 void hit()
           
 void startSingleton()
           
 void stopSingleton()
           
 
Methods inherited from interface org.jboss.ha.singleton.HASingletonMBean
isMasterNode
 
Methods inherited from interface org.jboss.ha.jmx.HAServiceMBean
callMethodOnPartition, getDistributedState, getPartitionName, sendNotification, setDistributedState, setPartitionName
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface com.ados.hestia.bridge.IRMIAccess
allocateTransaction, commitTransaction, getMessages, putMessages, rollbackTransaction
 
Methods inherited from interface com.ados.hestia.utils.io.IRMIStoreAccess
closeStore, createStore, deleteStore, getRepositoryID, openStore, readStore, writeStore
 

Field Detail

BRIDGE_ID

static final String BRIDGE_ID
JNDI name to lookup this subsystem.

See Also:
Constant Field Values

BRIDGE_VERSION

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

hit

void hit()

startSingleton

void startSingleton()

stopSingleton

void stopSingleton()


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