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

List:       opennms-cvs
Subject:    [opennms-cvs] SF.net SVN: opennms: [6304]
From:       dhustace () users ! sourceforge ! net
Date:       2007-05-23 16:02:03
Message-ID: E1HqtHn-0004le-Fy () sc8-pr-svn3 ! sourceforge ! net
[Download RAW message or body]

Revision: 6304
          http://svn.sourceforge.net/opennms/?rev=6304&view=rev
Author:   dhustace
Date:     2007-05-23 09:02:01 -0700 (Wed, 23 May 2007)

Log Message:
-----------
JavaDoc

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


Modified: opennms/trunk/opennms-services/src/main/java/org/opennms/netmgt/ticketd/DefaultTicketerServiceLayer.java
 ===================================================================
--- opennms/trunk/opennms-services/src/main/java/org/opennms/netmgt/ticketd/DefaultTicketerServiceLayer.java	2007-05-23 \
                15:22:48 UTC (rev 6303)
+++ opennms/trunk/opennms-services/src/main/java/org/opennms/netmgt/ticketd/DefaultTicketerServiceLayer.java	2007-05-23 \
16:02:01 UTC (rev 6304) @@ -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.opennms.netmgt.dao.AlarmDao;
@@ -8,15 +39,33 @@
 import org.springframework.orm.ObjectRetrievalFailureException;
 import org.springframework.util.Assert;
 
+/**
+ * OpenNMS Trouble Ticket API implementation.
+ * 
+ * @author <a href="mailto:brozow@opennms.org">Mathew Brozowski</a>
+ * @author <a href="mailto:david@opennms.org">David Hustace</a>
+ *
+ */
 public class DefaultTicketerServiceLayer implements TicketerServiceLayer, \
InitializingBean {  
 	private AlarmDao m_alarmDao;
     private TicketerPlugin m_ticketerPlugin;
 
+	/**
+	 * Needs access to the AlarmDao.
+	 * 
+	 * @param alarmDao
+	 */
 	public void setAlarmDao(AlarmDao alarmDao) {
 		m_alarmDao = alarmDao;
 	}
     
+    /**
+     * Needs access to the TicketerPlugin API implementation for
+     * communication with the HelpDesk.
+     * 
+     * @param ticketerPlugin
+     */
     public void setTicketerPlugin(TicketerPlugin ticketerPlugin) {
         m_ticketerPlugin = ticketerPlugin;
     }


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