org.alfresco.util
Class OpenOfficeConnectionEvent

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

public class OpenOfficeConnectionEvent
extends org.springframework.context.ApplicationEvent

A class of event that notifies the listener of the status of the Open Office Connection. Useful for Monitoring purposes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OpenOfficeConnectionEvent(java.util.Map metaData)
          The Constructor.
 
Method Summary
 java.util.Map getMetaData()
          Gets the meta data map.
 
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

OpenOfficeConnectionEvent

public OpenOfficeConnectionEvent(java.util.Map metaData)
The Constructor.

Parameters:
metaData - the meta data map
Method Detail

getMetaData

public java.util.Map getMetaData()
Gets the meta data map.

Returns:
the meta data map


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