02/28/2005
 

com.epicentric.services
Class ServiceConfiguration

java.lang.Object
  |
  +--com.epicentric.services.PropertySet
        |
        +--com.epicentric.services.ServiceConfiguration
All Implemented Interfaces:
Serializable

public abstract class ServiceConfiguration
extends PropertySet

See Also:
Serialized Form

Field Summary
protected  boolean defaultInstance
           
protected  boolean enabled
           
static String I18N_DESCRIPTION_KEY
           
static String I18N_TITLE_KEY
           
protected  String implementationID
           
protected  String localeResourceKey
           
protected  String serviceID
           
protected  com.epicentric.services.internal.ServiceImplementationDefinition serviceImplementationDefinition
           
protected  String serviceKey
           
protected  String typeID
           
 
Constructor Summary
protected ServiceConfiguration()
          Serialization support
 
Method Summary
 String getID()
           
 String getImplementationID()
           
 String getLocaleResourceKey()
           
 com.epicentric.services.internal.ServiceImplementationDefinition getServiceImplementationDefinition()
          Useful storage place used for service instance initialization.
 String getServiceKey()
           
 String getTypeID()
           
 boolean isDefaultInstance()
           
 boolean isEnabled()
           
 void setID(String serviceID)
           
 
Methods inherited from class com.epicentric.services.PropertySet
get, getAllEntries, isContainsErrors, put, remove, setContainsErrors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

I18N_TITLE_KEY

public static final String I18N_TITLE_KEY

I18N_DESCRIPTION_KEY

public static final String I18N_DESCRIPTION_KEY

serviceKey

protected String serviceKey

serviceID

protected String serviceID

typeID

protected String typeID

implementationID

protected String implementationID

localeResourceKey

protected String localeResourceKey

enabled

protected boolean enabled

defaultInstance

protected boolean defaultInstance

serviceImplementationDefinition

protected transient com.epicentric.services.internal.ServiceImplementationDefinition serviceImplementationDefinition
Constructor Detail

ServiceConfiguration

protected ServiceConfiguration()
Serialization support
Method Detail

getServiceImplementationDefinition

public com.epicentric.services.internal.ServiceImplementationDefinition getServiceImplementationDefinition()
Useful storage place used for service instance initialization. Initialized at the end of load. WARNING: Do not use this if this was loaded from serialization as it may not be set. Only use this if this object is fresh from the API.

getImplementationID

public String getImplementationID()

getTypeID

public String getTypeID()

getID

public String getID()

setID

public void setID(String serviceID)

getServiceKey

public String getServiceKey()

isEnabled

public boolean isEnabled()

getLocaleResourceKey

public String getLocaleResourceKey()

isDefaultInstance

public boolean isDefaultInstance()

02/28/2005
 

Copyright and Trademark Notices