tle.framework.component.spi.aamanager
Class NullService

java.lang.Object
  extended bytle.framework.component.spi.aamanager.NullService
All Implemented Interfaces:
Service

public class NullService
extends java.lang.Object
implements Service

NullService

Since:
2.0
Author:
ÃÖ¹ü±Õ

Field Summary
static NullService intance
           
 
Constructor Summary
NullService()
           
 
Method Summary
 java.lang.String getCommandID()
          ÀÌ ¼­ºñ½º¿Í °ü·ÃµÈ ¸í·É¾îÀÇ ID¸¦ ±¸ÇÑ´Ù.
 java.lang.String getDescription()
          "NullService"¸¦ ¸®ÅÏÇÑ´Ù.
 java.lang.String getName()
          "NullService"¸¦ ¸®ÅÏÇÑ´Ù.
 boolean isAllRolesUsable()
          Ç×»ó true¸¦ ¸®ÅÏÇÑ´Ù.
 boolean isNeedAuthentication()
          Ç×»ó false¸¦ ¸®ÅÏÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intance

public static final NullService intance
Constructor Detail

NullService

public NullService()
Method Detail

getCommandID

public java.lang.String getCommandID()
Description copied from interface: Service
ÀÌ ¼­ºñ½º¿Í °ü·ÃµÈ ¸í·É¾îÀÇ ID¸¦ ±¸ÇÑ´Ù.

Specified by:
getCommandID in interface Service
Returns:

getName

public java.lang.String getName()
"NullService"¸¦ ¸®ÅÏÇÑ´Ù.

Specified by:
getName in interface Service
Returns:
See Also:
Service.getName()

getDescription

public java.lang.String getDescription()
"NullService"¸¦ ¸®ÅÏÇÑ´Ù.

Specified by:
getDescription in interface Service
Returns:
See Also:
Service.getDescription()

isNeedAuthentication

public boolean isNeedAuthentication()
Ç×»ó false¸¦ ¸®ÅÏÇÑ´Ù.

Specified by:
isNeedAuthentication in interface Service
Returns:
See Also:
Service.isNeedAuthentication()

isAllRolesUsable

public boolean isAllRolesUsable()
Ç×»ó true¸¦ ¸®ÅÏÇÑ´Ù.

Specified by:
isAllRolesUsable in interface Service
Returns:
See Also:
Service.isAllRolesUsable()