|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerProcess | |
|---|---|
| org.basex.core | This package contains the database core classes. |
| org.basex.server | This package contains the server implementation. |
| Uses of ServerProcess in org.basex.core |
|---|
| Methods in org.basex.core with parameters of type ServerProcess | |
|---|---|
void |
Context.add(ServerProcess s)
Adds the specified session. |
void |
Context.delete(ServerProcess s)
Removes the specified session. |
| Uses of ServerProcess in org.basex.server |
|---|
| Methods in org.basex.server that return ServerProcess | |
|---|---|
ServerProcess |
Sessions.get(int p)
Returns the specified entry. |
| Methods in org.basex.server that return types with arguments of type ServerProcess | |
|---|---|
Iterator<ServerProcess> |
Sessions.iterator()
|
| Methods in org.basex.server with parameters of type ServerProcess | |
|---|---|
void |
Sessions.add(ServerProcess s)
Adds a session to the array. |
void |
Sessions.delete(ServerProcess s)
Deletes the specified entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||