Interface RemotePropertySet
-
public interface RemotePropertySet
Gathers all general container properties valid for all types of remote containers.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PASSWORD
Password to use to authenticate against a remote container (when deploying for example).static String
TIMEOUT
Timeout used in remote deployments (in milliseconds).static String
URI
URI to use when manipulating a remote container.static String
USERNAME
Username to use to authenticate against a remote container (when deploying for example).
-
-
-
Field Detail
-
URI
static final String URI
URI to use when manipulating a remote container.- See Also:
- Constant Field Values
-
USERNAME
static final String USERNAME
Username to use to authenticate against a remote container (when deploying for example).- See Also:
- Constant Field Values
-
PASSWORD
static final String PASSWORD
Password to use to authenticate against a remote container (when deploying for example).- See Also:
- Constant Field Values
-
TIMEOUT
static final String TIMEOUT
Timeout used in remote deployments (in milliseconds).- See Also:
- Constant Field Values
-
-