|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cumulus4j.keymanager.front.shared.AppServer
public class AppServer
DTO representing an app-server.
An AppServer
represents a logical application server. This logical application server
might be a cluster/cloud consisting of many physical machines.
An AppServer
contains the coordinates needed to contact the application server
(or more precisely the key-manager-channel-REST-service
running on this application server) in order to establish a communication channel. See
Deployment scenarios.
Constructor Summary | |
---|---|
AppServer()
|
Method Summary | |
---|---|
String |
getAppServerBaseURL()
Get the base-url of the app-server-key-manager-channel. |
String |
getAppServerID()
Get the app-server's ID. |
void |
setAppServerBaseURL(String appServerBaseURL)
Set the base-url of the app-server-key-manager-channel. |
void |
setAppServerID(String appServerID)
Set the app-server's ID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppServer()
Method Detail |
---|
public String getAppServerID()
Get the app-server's ID.
If this instance of AppServer
is used to PUT an app-server into the key-server,
then this property can be null
in order to have the
key-server assign the ID. The app-server's ID is sent back to the client in a PutAppServerResponse
.
setAppServerID(String)
public void setAppServerID(String appServerID)
appServerID
- the app-server's ID.getAppServerID()
public String getAppServerBaseURL()
setAppServerBaseURL(String)
public void setAppServerBaseURL(String appServerBaseURL)
appServerBaseURL
- the base-url of the app-server-key-manager-channel.getAppServerBaseURL()
|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |