public class Location
extends java.lang.Object
A location is a position of an execution server. It can be local (on the same host as the application server) or remote. It can be active or inactive. On active locations executions will be executed, on inactive locations no exectuions can be run.
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of the location.
|
int |
getId()
Gets the ID of the location.
|
java.lang.String |
getName()
Gets the name of the location.
|
boolean |
isActive()
Gets if the location is active.
|
void |
setActive(boolean active)
Sets the location to be active.
|
void |
setDescription(java.lang.String description)
Sets the description of the location.
|
void |
setId(int id)
Sets the ID of the location.
|
void |
setName(java.lang.String name)
Sets the name of the location.
|
public int getId()
public void setId(int id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public boolean isActive()
public void setActive(boolean active)
active - Copyright © Micro Focus 2004-2019. All rights reserved.