|
|||||||||
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.CreateServiceConfigurationInfo
public class CreateServiceConfigurationInfo
This class allows you to retrieve and set the information related to a service configuration.
Constructor Summary | |
---|---|
CreateServiceConfigurationInfo()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getApplicationConfigurationUuid()
|
java.lang.String |
getCategoryId()
Retrieves the category identifier to that will be used to create a service object, if one is needed. |
java.lang.String |
getComponentId()
Retrieves the identifier of the component that will be used to invoke the related service configuration. |
java.lang.String |
getComponentVersion()
Retrieves the version of the component that will be used to invoke the related service configuration. |
java.lang.String |
getDescriptor()
Retrieves the descriptor that defines 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. |
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. |
void |
setApplicationConfigurationUuid(java.lang.String applicationConfigUuid)
|
void |
setCategoryId(java.lang.String aId)
Sets the category identifier to that will be used to create a service object, if one is needed. |
void |
setComponentId(java.lang.String aId)
Sets the identifier of the component that will be used to invoke the related service configuration. |
void |
setComponentVersion(java.lang.String aVersion)
Sets the version of the component that will be used to invoke the related service configuration. |
void |
setDescriptor(java.lang.String aDescriptor)
Sets the descriptor that defines 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 |
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 of the service configuration to be created. |
void |
setServicePoolConfigurationInfo(ServicePoolConfigurationInfo poolConfigInfo)
|
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 service configuration information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateServiceConfigurationInfo()
Method Detail |
---|
public void setServiceId(java.lang.String aId)
aId
- A service identifier referencing an existing service object.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 void setComponentId(java.lang.String aId)
aId
- The identifier of the component that will be used to invoke the related service configuration.public java.lang.String getComponentId()
public void setComponentVersion(java.lang.String aVersion)
aVersion
- The version of the component that will be used to invoke the related service configuration.public java.lang.String getComponentVersion()
public void setCategoryId(java.lang.String aId)
aId
- The service category identifier.public java.lang.String getCategoryId()
public void setDescriptor(java.lang.String aDescriptor)
aDescriptor
- Text that defines the underlying service and operations to be invoked.public java.lang.String getDescriptor()
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 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 ServicePoolConfigurationInfo getServicePoolConfiguration()
public void setServicePoolConfigurationInfo(ServicePoolConfigurationInfo poolConfigInfo)
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 java.lang.String getApplicationConfigurationUuid()
public void setApplicationConfigurationUuid(java.lang.String applicationConfigUuid)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |