org.opennms.netmgt.ticketd
Class TicketerPluginFactory

java.lang.Object
  extended by org.opennms.netmgt.ticketd.TicketerPluginFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class TicketerPluginFactory
extends Object
implements org.springframework.beans.factory.FactoryBean

Author:
Mathew Brozowski, David Hustace

Constructor Summary
TicketerPluginFactory()
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setPluginClass(Class pluginClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicketerPluginFactory

public TicketerPluginFactory()
Method Detail

setPluginClass

public void setPluginClass(Class pluginClass)

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean


Copyright © 2009. All Rights Reserved.