Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbossmx.cluster.watchdog.util
Class MirrorServiceRemoteListener  view MirrorServiceRemoteListener download MirrorServiceRemoteListener.java

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byorg.jbossmx.cluster.watchdog.util.MirrorServiceRemoteListener
All Implemented Interfaces:
java.rmi.Remote, java.io.Serializable

public class MirrorServiceRemoteListener
extends java.rmi.server.UnicastRemoteObject


Field Summary
private static org.jboss.logging.Logger LOG
           
private  MirroringServiceRemoteInterface m_mirroringServiceRemoteInterface
           
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
MirrorServiceRemoteListener(MirroringServiceRemoteInterface mirroringServiceRemoteInterface)
           
 
Method Summary
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

m_mirroringServiceRemoteInterface

private MirroringServiceRemoteInterface m_mirroringServiceRemoteInterface

LOG

private static final org.jboss.logging.Logger LOG
Constructor Detail

MirrorServiceRemoteListener

public MirrorServiceRemoteListener(MirroringServiceRemoteInterface mirroringServiceRemoteInterface)
                            throws java.rmi.RemoteException
Method Detail

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
                        throws java.rmi.RemoteException