private static class ClientSessionImpl.Services extends CurrentService
| Modifier and Type | Field and Description |
|---|---|
private Service |
next |
private java.lang.String |
nextName |
session| Constructor and Description |
|---|
Services(ClientSessionImpl session) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service |
getNext() |
(package private) java.lang.String |
getNextName() |
(package private) void |
initialize(java.util.List<? extends ServiceFactory> factories) |
(package private) void |
switchServices() |
getName, getService, process, set, startprivate java.lang.String nextName
private Service next
Services(ClientSessionImpl session)
void initialize(java.util.List<? extends ServiceFactory> factories) throws java.io.IOException
java.io.IOExceptionvoid switchServices()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getNextName()
Service getNext()