Anyframe Core

anyframe.common.infrared
Class InfraredMonitorFactory

java.lang.Object
  extended by anyframe.common.infrared.InfraredMonitorFactory
All Implemented Interfaces:
FactoryBean

public class InfraredMonitorFactory
extends Object
implements FactoryBean

Infrared monitor factory class that supports to modify the application name

Author:
ChangeJe Kim, modified by SooYeon Park

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

Constructor Detail

InfraredMonitorFactory

public InfraredMonitorFactory()
Method Detail

setApplicationName

public void setApplicationName(String applicationName)

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface FactoryBean
Throws:
Exception

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface FactoryBean

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.