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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ServiceConfiguration
protected ServiceConfiguration()
- Serialization support
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()
Copyright and Trademark Notices