org.alfresco.repo.descriptor
Class DescriptorServiceAvailableEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.alfresco.repo.descriptor.DescriptorServiceAvailableEvent
All Implemented Interfaces:
java.io.Serializable

public class DescriptorServiceAvailableEvent
extends org.springframework.context.ApplicationEvent

A class of event that notifies the listener of the availability of the DescriptorService. Useful for Monitoring purposes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DescriptorServiceAvailableEvent(DescriptorService source)
          The Constructor.
 
Method Summary
 DescriptorService getDescriptorService()
          Gets the descriptor service that raised the event.
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptorServiceAvailableEvent

public DescriptorServiceAvailableEvent(DescriptorService source)
The Constructor.

Parameters:
source - the source descriptor service
Method Detail

getDescriptorService

public DescriptorService getDescriptorService()
Gets the descriptor service that raised the event.

Returns:
the descriptor service


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.