|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.dsc.registry.service.ModifyServiceConfigurationInfo
public class ModifyServiceConfigurationInfo
This class allows you to retrieve and set modifiable service configuration information.
Constructor Summary | |
---|---|
ModifyServiceConfigurationInfo()
Default constuctor. |
Method Summary | |
---|---|
java.util.Map |
getConfigParameters()
Retrieves the configuration parameters for a service configuration. |
java.lang.String |
getDeprecatedSince()
Gets the new deprecated since value for this service configuration associated with this object. |
java.lang.String |
getDescriptor()
Retrieves the type descriptor that will be updated for the service configuration. |
int |
getMajorVersion()
Retrieves the major version for the service configuration created from this object. |
int |
getMinorVersion()
Retrieves the minor version for the service configuration created from this object. |
int |
getRequestProcessingStrategy()
|
java.lang.String |
getRunAsConfiguration()
Retrieves the run as configuration for the context which to set to run this service with. |
java.lang.String |
getServiceId()
Retrieves the service identifier of the service configuration that references an existing service object. |
ServicePoolConfigurationInfo |
getServicePoolConfiguration()
|
boolean |
getStartWithComponent()
Determines whether this service configuration should start when the component with which it is associated is started. |
java.lang.String |
getType()
Retrieves the type string that will be updated for the service configuration. |
boolean |
isAuditingEnabled()
retrieves the auditing flag for this object. |
boolean |
isAuditingEnabledSet()
Determines whether the auditing flag will be updated. |
boolean |
isConfigParametersSet()
Determines whether the configuration parameters have been set for this object. |
boolean |
isDeprecated()
Get the new deprecated flag for the service configuration associated with this object. |
boolean |
isDeprecatedSet()
Determines whether the deprecated flag will be updated. |
boolean |
isDeprecatedSinceSet()
Determins whether the deprecated since value will be updated. |
boolean |
isDescriptorSet()
Determines whether the type descriptor that will be updated for the service configuration has been set for this object. |
boolean |
isPoolingConfigFromComponent()
|
boolean |
isRequestProcessingStrategySet()
|
boolean |
isRunAsConfigurationSet()
Determines whether the property that determines whether this service configuration should use a run-as context when the service is invoked. |
boolean |
isStartWithComponentSet()
Determines whether the property that determines whether this service configuration should start when the component with which it is associated is started has been set for this object. |
boolean |
isTypeSet()
Determines whether the type string for a service configuration has been set for this object. |
void |
setAuditingEnabled(boolean aAuditingEnabled)
set the new audit flag for the serviceconfiguration associated with this object. |
void |
setConfigParameterAsText(java.lang.String aName,
java.lang.String aValue)
Sets a configuration parameter for this object. |
void |
setDeprecated(boolean aDeprecated)
Set the new deprecated flag for the serviceconfiguration associated with this object. |
void |
setDeprecatedSince(java.lang.String aDeprecatedSince)
Sets the new deprecated since value for this service configuration associated with this object. |
void |
setDescriptor(java.lang.String aDescriptor)
Sets the type descriptor that will be updated for the service configuration. |
void |
setMajorVersion(int aVersion)
Sets the major version for the service configuration created from this object. |
void |
setMinorVersion(int aVersion)
Sets the minor version for the service configuration created from this object. |
void |
setPoolingConfigFromComponent(boolean isPoolingConfigFromComponent)
|
void |
setRequestProcessingStrategy(int requestProcessingStrategy)
|
void |
setRunAsConfiguration(java.lang.String aRunAsConfiguration)
Set the run as configuration for the context which to set to run this service with. |
void |
setServiceId(java.lang.String aId)
Sets the service identifier. |
void |
setServicePoolConfiguration(ServicePoolConfigurationInfo poolConfig)
|
void |
setStartWithComponent(boolean aStartWithComponent)
Sets whether this service configuration should start when the component with which it is associated is started. |
void |
setType(java.lang.String aType)
Sets the type string that will be updated for the service configuration. |
java.lang.String |
toString()
Creates a string containing the modifiable service configuration information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyServiceConfigurationInfo()
Method Detail |
---|
public void setServiceId(java.lang.String aId)
aId
- The service identifier.public java.lang.String getServiceId()
public void setMajorVersion(int aVersion)
aVersion
- The major version for the service configuration created from this object.public int getMajorVersion()
public void setMinorVersion(int aVersion)
aVersion
- The minor version for the service configuration created from this object.public int getMinorVersion()
public boolean getStartWithComponent()
true
if this service configuration should start when the component with which it is associated is started,
false
otherwise.public void setStartWithComponent(boolean aStartWithComponent)
aStartWithComponent
- true
if this service configuration should start when the component with
which it is associated is started, false
otherwise.public boolean isStartWithComponentSet()
true
if the property has been set for this object,
false
otherwise.public java.lang.String getType()
public void setType(java.lang.String aType)
aType
- The type string that will be updated for the service configuration.
This value can be null
.public boolean isTypeSet()
true
if the type string for a service configuration has been set for this object,
false
otherwise.public java.util.Map getConfigParameters()
public boolean isConfigParametersSet()
true
if the configuration parameters have been set for this object,
false
otherwise.public void setConfigParameterAsText(java.lang.String aName, java.lang.String aValue)
aName
- The name of the configuration parameter.aValue
- The value of the configuration parameter.public java.lang.String getDescriptor()
public void setDescriptor(java.lang.String aDescriptor)
aDescriptor
- The type descriptor that will be updated for the service configuration.
This value can be null
.public boolean isDescriptorSet()
true
if the type descriptor has been set for this object,
false
otherwise.public boolean isAuditingEnabled()
isAuditingEnabledSet()
returns true
true
to enable auditing on this object, false
otherwise.public void setAuditingEnabled(boolean aAuditingEnabled)
aAuditingEnabled
- true
to enable auditing on this service configuration,
false
to disable auditing.public boolean isAuditingEnabledSet()
true
if the audit flag has been set for this object,
false
otherwise.public boolean isDeprecatedSet()
true
if the deprecated flag has been set for this object, false
otherwise.public void setDeprecated(boolean aDeprecated)
aDeprecated
- true
if this service configuration is deprecated, false
otherwise.public boolean isDeprecated()
true
if this service configuration is deprecated, false
otherwise.public void setDeprecatedSince(java.lang.String aDeprecatedSince)
aDeprecatedSince
- The deprecated since value that will be updated for this service configurationpublic java.lang.String getDeprecatedSince()
public boolean isDeprecatedSinceSet()
true
if the deprecated since value has been set for this object,
false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
public ServicePoolConfigurationInfo getServicePoolConfiguration()
public void setServicePoolConfiguration(ServicePoolConfigurationInfo poolConfig)
public int getRequestProcessingStrategy()
public void setRequestProcessingStrategy(int requestProcessingStrategy)
public boolean isRequestProcessingStrategySet()
public java.lang.String getRunAsConfiguration()
RUN_AS_INVOKER
: The service will be run with the invoking context.RUN_AS_SYSTEM
: The service will be run with the System Context."USER OID"
: The principle id(named user) to run this service with.
public void setRunAsConfiguration(java.lang.String aRunAsConfiguration)
RUN_AS_INVOKER
: The service will be run with the invoking context.RUN_AS_SYSTEM
: The service will be run with the System Context."USER OID"
: The principle id(named user) to run this service with.
aRunAsConfiguration
- The run as configurationpublic boolean isRunAsConfigurationSet()
true
if the property has been set for this object,
false
otherwise.public boolean isPoolingConfigFromComponent()
public void setPoolingConfigFromComponent(boolean isPoolingConfigFromComponent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |