anyframe.common.infrared
Class InfraredMonitorFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfraredMonitorFactory
public InfraredMonitorFactory()
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
Copyright © 2008-2009 Samsung SDS. All Rights Reserved.