|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerConfigData | |
---|---|
de.cau.cs.kieler.kwebs.client | . |
de.cau.cs.kieler.kwebs.client.jaxws | KIELER support for jaxws based layout. |
de.cau.cs.kieler.kwebs.client.jeti | KIELER support for jeti based layout. |
de.cau.cs.kieler.kwebs.client.ui | XXX |
Uses of ServerConfigData in de.cau.cs.kieler.kwebs.client |
---|
Methods in de.cau.cs.kieler.kwebs.client that return ServerConfigData | |
---|---|
ServerConfigData |
ServerConfigs.createServerConfig(String name,
URI address)
Creates a new server configuration. |
ServerConfigData |
ServerConfigs.createServerConfig(String name,
URI address,
String truststore,
String truststorepass)
Creates a new server configuration. |
ServerConfigData |
ServerConfigs.createServerConfig(String name,
URI address,
String truststore,
String truststorepass,
boolean isFixed,
boolean isActive,
boolean isStandard)
Creates a new server configuration. |
ServerConfigData |
ServerConfigs.findServerConfig(ServerConfigData serverConfig)
Returns a server configuration equal to the given server configuration. |
ServerConfigData |
ServerConfigs.getActiveServerConfig()
Returns the currently active server configuration. |
ServerConfigData |
AbstractLayoutServiceClient.getServerConfig()
Returns the ServerConfigData this client currently points to. |
ServerConfigData |
ILayoutServiceClient.getServerConfig()
Returns the ServerConfigData this client currently points to. |
ServerConfigData |
ServerConfigs.getServerConfigByIndex(int index)
Returns a server configuration from the server configuration list by the given index. |
ServerConfigData |
ServerConfigs.getStandardServerConfig()
Returns the standard server configuration. |
Methods in de.cau.cs.kieler.kwebs.client with parameters of type ServerConfigData | |
---|---|
void |
ServerConfigs.addServerConfig(ServerConfigData serverConfig)
Adds a server configuration to the server configuration list. |
boolean |
ServerConfigs.containsServerConfig(ServerConfigData serverConfig)
Returns whether a given server configuration is already contained in the server configuration list. |
ILayoutServiceClient |
LayoutServiceClients.createClientForServerConfig(ServerConfigData serverConfig)
Returns a newly instantiated client for a specific protocol or null if no client
is available for the specific protocol. |
ServerConfigData |
ServerConfigs.findServerConfig(ServerConfigData serverConfig)
Returns a server configuration equal to the given server configuration. |
ILayoutServiceClient |
LayoutServiceClients.getClientForServerConfig(ServerConfigData serverConfig)
Returns a client for a specific protocol from the pool or null if no client
is available for the specific protocol. |
int |
ServerConfigs.getIndexByServerConfig(ServerConfigData serverConfig)
Returns the index of a given server configuration in the server configuration list. |
boolean |
LayoutServiceClients.isServerConfigSupported(ServerConfigData serverConfig)
Returns whether a client for a particular protocol of a server configuration can be supplied. |
ServerConfigs.ServerConfigError |
ServerConfigs.isValidServerConfig(ServerConfigData serverConfig)
Checks whether the given server configuration is valid, e.g. |
void |
ServerConfigs.removeServerConfig(ServerConfigData serverConfig)
Removes a server configuration from the server configuration list. |
void |
ServerConfigs.setActiveServerConfig(ServerConfigData activeServerConfig)
Sets the currently active server configuration. |
void |
AbstractLayoutServiceClient.setServerConfig(ServerConfigData theserverConfig)
Sets a new ServerConfigData this client points to. |
void |
ILayoutServiceClient.setServerConfig(ServerConfigData theserverConfig)
Sets a new ServerConfigData this client points to. |
void |
ServerConfigs.setStandardServerConfig(ServerConfigData standardServerConfig)
Sets the standard server configuration. |
Constructors in de.cau.cs.kieler.kwebs.client with parameters of type ServerConfigData | |
---|---|
AbstractLayoutServiceClient(ServerConfigData theserverConfig)
Creates a new instance. |
|
HttpBasedLayoutServiceClient(ServerConfigData theserverConfig)
Creates a new instance. |
Uses of ServerConfigData in de.cau.cs.kieler.kwebs.client.jaxws |
---|
Methods in de.cau.cs.kieler.kwebs.client.jaxws with parameters of type ServerConfigData | |
---|---|
void |
JaxWsClient.setServerConfig(ServerConfigData theserverConfig)
Sets a new ServerConfigData this client points to. |
Constructors in de.cau.cs.kieler.kwebs.client.jaxws with parameters of type ServerConfigData | |
---|---|
JaxWsClient(ServerConfigData theserverConfig)
Constructs a new JAX-WS web service client pointing to the address of the given server configuration. |
Uses of ServerConfigData in de.cau.cs.kieler.kwebs.client.jeti |
---|
Methods in de.cau.cs.kieler.kwebs.client.jeti with parameters of type ServerConfigData | |
---|---|
void |
JetiClient.setServerConfig(ServerConfigData theserverConfig)
Sets a new ServerConfigData this client points to. |
Constructors in de.cau.cs.kieler.kwebs.client.jeti with parameters of type ServerConfigData | |
---|---|
JetiClient(ServerConfigData theserverConfig)
Constructs a jETI based web service client pointing to the address of the given provider. |
Uses of ServerConfigData in de.cau.cs.kieler.kwebs.client.ui |
---|
Methods in de.cau.cs.kieler.kwebs.client.ui that return ServerConfigData | |
---|---|
protected ServerConfigData |
AbstractServerBasedJob.getServerConfig()
Returns the server configuration used for this job. |
Methods in de.cau.cs.kieler.kwebs.client.ui with parameters of type ServerConfigData | |
---|---|
protected abstract void |
AbstractServerConfigDialog.handleServerConfigUpdate(ServerConfigData updatedServerConfig)
To be implemented by inherited classes to handle the server configuration data edited in this dialog. |
protected void |
EditServerConfigDialog.handleServerConfigUpdate(ServerConfigData updatedServerConfig)
To be implemented by inherited classes to handle the server configuration data edited in this dialog. |
protected void |
NewServerConfigDialog.handleServerConfigUpdate(ServerConfigData updatedServerConfig)
To be implemented by inherited classes to handle the server configuration data edited in this dialog. |
protected abstract boolean |
AbstractServerConfigDialog.warningOnDouble(ServerConfigData theserverConfig)
Returns whether a warning should be displayed if an equal server configuration already exists in the server configuration list. |
protected boolean |
EditServerConfigDialog.warningOnDouble(ServerConfigData theserverConfig)
Returns whether a warning should be displayed if an equal server configuration already exists in the server configuration list. |
protected boolean |
NewServerConfigDialog.warningOnDouble(ServerConfigData theserverConfig)
Returns whether a warning should be displayed if an equal server configuration already exists in the server configuration list. |
protected abstract boolean |
AbstractServerConfigDialog.warningOnInvalid(ServerConfigData theserverConfig)
Returns whether a warning should be displayed if the current configuration resembles an invalid server configuration. |
protected boolean |
EditServerConfigDialog.warningOnInvalid(ServerConfigData theserverConfig)
Returns whether a warning should be displayed if the current configuration resembles an invalid server configuration. |
protected boolean |
NewServerConfigDialog.warningOnInvalid(ServerConfigData theserverConfig)
Returns whether a warning should be displayed if the current configuration resembles an invalid server configuration. |
Constructors in de.cau.cs.kieler.kwebs.client.ui with parameters of type ServerConfigData | |
---|---|
AbstractServerBasedJob(String jobName,
Shell theparentShell,
ServerConfigData theserverConfig)
Creates a Job. |
|
CheckAvailabilityJob(Shell theparentShell,
ServerConfigData theserverConfig)
Creates a Job for testing server availability. |
|
EditServerConfigDialog(Shell shell,
ServerConfigData theserverConfig)
Creates a new dialog for editing a server configuration. |
|
ServerDetailsJob(Shell theparentShell,
ServerConfigData theserverConfig)
Creates a Job for testing server availability. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |