Package xal.extension.service
Interface ServiceState
public interface ServiceState
Provides methods for getting information and controlling the client side of
the service through the proxy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose of this proxy's resourcesGet the host name of the remote service.Get the name of the remote service.int
Get the port of the remote service.
-
Method Details
-
getServiceName
String getServiceName()Get the name of the remote service.- Returns:
- The name of the remote service.
-
getServiceHost
String getServiceHost()Get the host name of the remote service.- Returns:
- The host name of the remote service.
-
getServicePort
int getServicePort()Get the port of the remote service.- Returns:
- The port of the remote service.
-
disposeServiceResources
void disposeServiceResources()dispose of this proxy's resources
-