[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opennms-cvs
Subject:    [opennms-cvs] SF.net SVN: opennms: [6301]
From:       dhustace () users ! sourceforge ! net
Date:       2007-05-23 14:55:46
Message-ID: E1HqsFe-000436-UR () sc8-pr-svn3 ! sourceforge ! net
[Download RAW message or body]

Revision: 6301
          http://svn.sourceforge.net/opennms/?rev=6301&view=rev
Author:   dhustace
Date:     2007-05-23 07:55:46 -0700 (Wed, 23 May 2007)

Log Message:
-----------
Java Docking

Modified Paths:
--------------
    opennms/trunk/opennms-services/src/main/java/org/opennms/netmgt/ticketd/TicketerServiceLayer.java


Modified: opennms/trunk/opennms-services/src/main/java/org/opennms/netmgt/ticketd/TicketerServiceLayer.java
 ===================================================================
--- opennms/trunk/opennms-services/src/main/java/org/opennms/netmgt/ticketd/TicketerServiceLayer.java	2007-05-23 \
                14:07:52 UTC (rev 6300)
+++ opennms/trunk/opennms-services/src/main/java/org/opennms/netmgt/ticketd/TicketerServiceLayer.java	2007-05-23 \
14:55:46 UTC (rev 6301) @@ -1,3 +1,34 @@
+/*
+ * This file is part of the OpenNMS(R) Application.
+ *
+ * OpenNMS(R) is Copyright (C) 2007 The OpenNMS Group, Inc. All rights reserved.
+ * OpenNMS(R) is a derivative work, containing both original code, included code and \
modified + * code that was published under the GNU General Public License. Copyrights \
for modified + * and included code are below.
+ *
+ * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
+ *
+ * Modifications:
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * For more information contact:
+ *      OpenNMS Licensing <license@opennms.org>
+ *      http://www.opennms.org/
+ *      http://www.opennms.com/
+ */
 package org.opennms.netmgt.ticketd;
 
 import org.springframework.transaction.annotation.Transactional;
@@ -2,11 +33,37 @@
 
+/**
+ * OpenNMS Trouble Ticket API
+ * 
+ * @author <a href="mailto:brozow@opennms.org">Mathew Brozowski</a>
+ * @author <a href="mailto:david@opennms.org">David Hustace</a>
+ *
+ */
 @Transactional
 public interface TicketerServiceLayer {
 	
+	/**
+	 * Implement to manage creation of tickets through registered plugin.
+	 * @param alarmId
+	 */
 	public void createTicketForAlarm(int alarmId);
 	
+	/**
+	 * Implement to manage updating of tickets through registered plugin.
+	 * @param alarmId
+	 * @param ticketId
+	 */
 	public void updateTicketForAlarm(int alarmId, String ticketId);
 	
+	/**
+	 * Implement to manage closing of tickets through registered plugin.
+	 * @param alarmId
+	 * @param ticketId
+	 */
 	public void closeTicketForAlarm(int alarmId, String ticketId);
 	
+	/**
+	 * Implement to manage canceling of tickets through registered plugin.
+	 * @param alarmId
+	 * @param ticketId
+	 */
 	public void cancelTicketForAlarm(int alarmId, String ticketId);


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-cvs mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic