public class ServerAttributes extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name in the Service Manager.
|
String |
getPhrase()
Returns the Service Manager Phrase.
|
int |
getPort()
Returns the Service Manager port.
|
boolean |
isLinkedToServiceManager()
Returns
true if the process is linked to the Service Manager, false otherwise. |
void |
setLinkedToServiceManager(boolean linkedToServiceManager)
Sets the "Linked to the Service Manager" flag.
|
void |
setName(String name)
Sets the name of the entry in the Service Manager.
|
void |
setPhrase(String phrase)
Sets the Service Manager Phrase.
|
void |
setPort(int port)
Sets the Service Manager port.
|
public String getPhrase()
public void setPhrase(String phrase)
phrase - Max 25 characters.public String getName()
public void setName(String name)
name - Max. 25 characterspublic int getPort()
public void setPort(int port)
port - Portpublic boolean isLinkedToServiceManager()
true if the process is linked to the Service Manager, false otherwise.public void setLinkedToServiceManager(boolean linkedToServiceManager)
linkedToServiceManager - true if this server should be linked to the Service Manager.Copyright © 2021. All rights reserved.