com.dynalivery.harmoni
Class HarmoniEngineStartListener

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CORBA.DynamicImplementation
              |
              +--com.dynalivery.harmoni._EngineStartListenerImplBase
                    |
                    +--com.dynalivery.harmoni.HarmoniEngineStartListener

public class HarmoniEngineStartListener
extends _EngineStartListenerImplBase

See Also:
Serialized Form

Method Summary
 void addToHashMap(java.lang.String uniqueName, java.lang.Object monitor)
          Adding the monitor object to the hashMap.
 boolean getConnectionStatus()
          Getting connection status of the listener
static HarmoniEngineStartListener getInstance()
          Returns a reference to the only instance of this class
 void NotifyEngineStart(java.lang.String serverName, java.lang.String serverHost, java.lang.String uniqueName)
          NotifyEngineStart method comment.
 void removeFromHashMap(java.lang.String uniqueName)
          Adding the monitor object to the hashMap.
 void setConnectionStatus(boolean value)
          Setting the connection status of the listener
 
Methods inherited from class com.dynalivery.harmoni._EngineStartListenerImplBase
_ids, invoke
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static HarmoniEngineStartListener getInstance()
Returns a reference to the only instance of this class

NotifyEngineStart

public void NotifyEngineStart(java.lang.String serverName,
                              java.lang.String serverHost,
                              java.lang.String uniqueName)
NotifyEngineStart method comment.

addToHashMap

public void addToHashMap(java.lang.String uniqueName,
                         java.lang.Object monitor)
Adding the monitor object to the hashMap.

removeFromHashMap

public void removeFromHashMap(java.lang.String uniqueName)
Adding the monitor object to the hashMap.

getConnectionStatus

public boolean getConnectionStatus()
Getting connection status of the listener

setConnectionStatus

public void setConnectionStatus(boolean value)
Setting the connection status of the listener