ch.syabru.nagios.broker.impl
Class ScheduleServiceCheckCommand
java.lang.Object
ch.syabru.nagios.broker.impl.ScheduleServiceCheckCommand
- All Implemented Interfaces:
- ExternalCommand
public class ScheduleServiceCheckCommand
- extends Object
- implements ExternalCommand
Schedule service check external command.
- Author:
- Felix Roethenbacher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleServiceCheckCommand
public ScheduleServiceCheckCommand(String hostName,
String serviceDescription,
Date checkTime)
- C'tor.
- Parameters:
hostName
- Host name.serviceDescription
- Service description.checkTime
- Check time.
writeCommand
public void writeCommand(Writer writer)
throws IOException
- Description copied from interface:
ExternalCommand
- Write external command to writer.
- Specified by:
writeCommand
in interface ExternalCommand
- Parameters:
writer
- Writer.
- Throws:
IOException
- XX.
getHostName
public String getHostName()
getServiceDescription
public String getServiceDescription()
getCheckTime
public Date getCheckTime()
Copyright © 2010-2011 Syabru. All Rights Reserved.