org.opennms.netmgt.ticketd
Class NullTicketerPlugin

java.lang.Object
  extended by org.opennms.netmgt.ticketd.NullTicketerPlugin
All Implemented Interfaces:
org.opennms.api.integration.ticketing.Plugin

public class NullTicketerPlugin
extends Object
implements org.opennms.api.integration.ticketing.Plugin

OpenNMS Trouble Ticket Plugin API implementation used as a no-op when not custom tickeing plugin is implemented... Allows the daemon to be started without having to have actual implementation or configuration.

Author:
Mathew Brozowski, David Hustace

Constructor Summary
NullTicketerPlugin()
           
 
Method Summary
 org.opennms.api.integration.ticketing.Ticket get(String ticketId)
           
 void saveOrUpdate(org.opennms.api.integration.ticketing.Ticket ticket)
          No-op implementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullTicketerPlugin

public NullTicketerPlugin()
Method Detail

get

public org.opennms.api.integration.ticketing.Ticket get(String ticketId)
Specified by:
get in interface org.opennms.api.integration.ticketing.Plugin

saveOrUpdate

public void saveOrUpdate(org.opennms.api.integration.ticketing.Ticket ticket)
No-op implementation

Specified by:
saveOrUpdate in interface org.opennms.api.integration.ticketing.Plugin


Copyright © 2009. All Rights Reserved.