kr.co.hit.live.container
Class ServiceInfo

java.lang.Object
  extended by kr.co.hit.live.container.ServiceInfo

public class ServiceInfo
extends Object

현재 ServiceContainer에 등록되어 있는 서비스의 설정 정보를 표현하는 인터페이스이다.

Since:
4.0
Author:
kimhd

Constructor Summary
ServiceInfo(String svcName, String className, String infName, boolean singleton, boolean instantiated, String from)
           
 
Method Summary
 void addReference(String refName)
           
 String getClassName()
           
 String getFromInfo()
           
 String getInterfaceName()
           
 String getName()
           
 List<String> getReferences()
           
 boolean isInstantiated()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo(String svcName,
                   String className,
                   String infName,
                   boolean singleton,
                   boolean instantiated,
                   String from)
Method Detail

getFromInfo

public String getFromInfo()

getName

public String getName()

getClassName

public String getClassName()

getInterfaceName

public String getInterfaceName()

isInstantiated

public boolean isInstantiated()

isSingleton

public boolean isSingleton()

addReference

public void addReference(String refName)

getReferences

public List<String> getReferences()


Copyright © 2014. All Rights Reserved.