BEA Systems, Inc.

weblogic.cluster.singleton
Class SingletonMonitorServiceTracker

java.lang.Object
  extended by weblogic.cluster.singleton.SingletonMonitorServiceTracker
All Implemented Interfaces:
EventListener, weblogic.cluster.ClusterMembersChangeListener, weblogic.deploy.event.DeploymentEventListener, weblogic.descriptor.BeanUpdateListener

public class SingletonMonitorServiceTracker
extends Object
implements weblogic.cluster.ClusterMembersChangeListener, weblogic.deploy.event.DeploymentEventListener, weblogic.descriptor.BeanUpdateListener


Method Summary
 void activateUpdate(weblogic.descriptor.BeanUpdateEvent event)
          END CLUSTER MEMBERS CHANGE LISTENER
 void applicationDeleted(weblogic.deploy.event.DeploymentEvent evt)
           
 void applicationDeployed(weblogic.deploy.event.DeploymentEvent evt)
           
 void applicationRedeployed(weblogic.deploy.event.DeploymentEvent evt)
          DEPLOYMENT EVENT LISTENER
 void clusterMembersChanged(weblogic.cluster.ClusterMembersChangeEvent cece)
           
 Object get(Object name)
           
 ArrayList getServerList()
           
 void prepareUpdate(weblogic.descriptor.BeanUpdateEvent event)
           
 void put(Object name, Object value)
           
 void register(String name)
           
 void registerJTA(String name)
           
 void remove(Object name)
           
 void rollbackUpdate(weblogic.descriptor.BeanUpdateEvent event)
           
 void unregister(String name)
           
 Collection values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public Object get(Object name)

remove

public void remove(Object name)

put

public void put(Object name,
                Object value)

values

public Collection values()

getServerList

public ArrayList getServerList()

register

public void register(String name)

registerJTA

public void registerJTA(String name)

unregister

public void unregister(String name)

clusterMembersChanged

public void clusterMembersChanged(weblogic.cluster.ClusterMembersChangeEvent cece)
Specified by:
clusterMembersChanged in interface weblogic.cluster.ClusterMembersChangeListener

activateUpdate

public void activateUpdate(weblogic.descriptor.BeanUpdateEvent event)
                    throws weblogic.descriptor.BeanUpdateFailedException
END CLUSTER MEMBERS CHANGE LISTENER

Specified by:
activateUpdate in interface weblogic.descriptor.BeanUpdateListener
Throws:
weblogic.descriptor.BeanUpdateFailedException

prepareUpdate

public void prepareUpdate(weblogic.descriptor.BeanUpdateEvent event)
                   throws weblogic.descriptor.BeanUpdateRejectedException
Specified by:
prepareUpdate in interface weblogic.descriptor.BeanUpdateListener
Throws:
weblogic.descriptor.BeanUpdateRejectedException

rollbackUpdate

public void rollbackUpdate(weblogic.descriptor.BeanUpdateEvent event)
Specified by:
rollbackUpdate in interface weblogic.descriptor.BeanUpdateListener

applicationRedeployed

public void applicationRedeployed(weblogic.deploy.event.DeploymentEvent evt)
DEPLOYMENT EVENT LISTENER

Specified by:
applicationRedeployed in interface weblogic.deploy.event.DeploymentEventListener

applicationDeleted

public void applicationDeleted(weblogic.deploy.event.DeploymentEvent evt)
Specified by:
applicationDeleted in interface weblogic.deploy.event.DeploymentEventListener

applicationDeployed

public void applicationDeployed(weblogic.deploy.event.DeploymentEvent evt)
Specified by:
applicationDeployed in interface weblogic.deploy.event.DeploymentEventListener

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.