public interface Target extends Category
TargetType
.Modifier and Type | Method and Description |
---|---|
java.net.URL |
getDeploymentEndPoint()
Gets the URL of the endpoint for the target's deployment service.
|
java.lang.String |
getPassword()
Gets The password of the Target's user to be used for the deployment operation.
|
TargetType |
getTargetType()
Gets the
TargetType of the Target. |
java.lang.String |
getUser()
Gets the username or user ID of the Integration Server user to be used for
the deployment operation.
|
boolean |
isAlive()
Gets the running status of the Target.
|
void |
setDeploymentEndPoint(java.net.URL endPoint)
Sets the the URL of the endpoint for the target's deployment service.
|
void |
setPassword(java.lang.String password)
Sets the password of the user to be used for the deployment operation.
|
void |
setUser(java.lang.String user)
Sets the username or user ID of the user to be used for the deployment operation.
|
getCanonicalPath, getChildCategories, getChildCategoryCount, getDescendantCategories, getParent, getPathObjects, getTaxonomy, getValue
getConsumers, getDescription, getDescription, getDisplayVersion, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPendingApprovals, getPreviousVersion, getPreviousVersions, getRegistryObject, getSubscribers, getSystemVersion, getTitle, getUserVersion, getVisiblePrimaryProfiles, getVisibleProfile, isDeployedOn, isLatestVersionObject, isPropagatePermissions, isPropagateProfilePermissions, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setUserVersion
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
java.net.URL getDeploymentEndPoint() throws CLLException
CLLException
- If an error occurs while fetching the deployment endpointTargetType getTargetType() throws CLLException
TargetType
of the Target.CLLException
- If an error occurs while finding the target typejava.lang.String getPassword() throws CLLException
CLLException
- If an error occurs while obtaining the passwordjava.lang.String getUser() throws CLLException
CLLException
- If an error occurs while fetching the user nameboolean isAlive() throws CLLException
CLLException
- If an error occurs while checking the targetvoid setDeploymentEndPoint(java.net.URL endPoint) throws CLLException
endPoint
- The endpoint to setCLLException
- If an error occurs in setting the endpointvoid setPassword(java.lang.String password) throws CLLException
password
- Password value to be setCLLException
- If an error occurs in setting the passwordvoid setUser(java.lang.String user) throws CLLException
user
- - username or user ID of the userCLLException
- If an error occurs in setting the user name