com.webify.fabric.event.remote
Class RemoteEventSender
java.lang.Object
com.webify.fabric.event.remote.RemoteEventSender
- All Implemented Interfaces:
- EventSender
public class RemoteEventSender
- extends java.lang.Object
- implements EventSender
- Version:
- $Revision: $
- Author:
- msanchez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteEventSender
public RemoteEventSender()
send
public void send(ManagementEvent event)
throws EventException
- Specified by:
send
in interface EventSender
- Throws:
EventException
send
public void send(ManagementEvent[] events)
throws EventException
- Specified by:
send
in interface EventSender
- Throws:
EventException
getRemoteUrl
public java.lang.String getRemoteUrl()
setRemoteUrl
public void setRemoteUrl(java.lang.String remoteUrl)
setXmlFactory
public void setXmlFactory(XmlDocumentFactory xmlFactory)
setHttpTimeout
public void setHttpTimeout(int httpTimeout)
Copyright © 2002-2009 IBM. All Rights Reserved.