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

Quick Search    Search Deep

org.apache.hivemind.impl.servicemodel
Class RegistryShutdownBean  view RegistryShutdownBean download RegistryShutdownBean.java

java.lang.Object
  extended byorg.apache.hivemind.impl.servicemodel.RegistryShutdownBean
All Implemented Interfaces:
java.util.EventListener, org.apache.hivemind.events.RegistryShutdownListener

public class RegistryShutdownBean
extends java.lang.Object
implements org.apache.hivemind.events.RegistryShutdownListener

Version:
1.0

Constructor Summary
RegistryShutdownBean()
           
 
Method Summary
 void registryDidShutdown()
          Invoked when a service is being shutdown, and should release any external resources.
 void someMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryShutdownBean

public RegistryShutdownBean()
Method Detail

registryDidShutdown

public void registryDidShutdown()
Description copied from interface: org.apache.hivemind.events.RegistryShutdownListener
Invoked when a service is being shutdown, and should release any external resources. A service should not attempt to use any resources or configurations, doing so may result in a runtime exception.

Specified by:
registryDidShutdown in interface org.apache.hivemind.events.RegistryShutdownListener

someMethod

public void someMethod()