|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV NEXT | ||||||||
Uses of Class
org.mitre.cvw.CVWServer
| Uses of CVWServer in org.mitre.cvw |
| Fields in org.mitre.cvw declared as CVWServer | |
private CVWServer |
CVWUser.server
|
private static CVWServer |
CVWServerList.localServer
|
(package private) CVWServer |
CVWCoordinator.localServer
|
| Methods in org.mitre.cvw that return CVWServer | |
CVWServer |
CVWUser.getServer()
Get the server this user resides on |
CVWServer |
CVWServerList.getServer(java.lang.String id)
Return the CVWServer with the given name, or create one if it doesn't exist |
static CVWServer |
CVWServerList.getLocalServer()
Return the server local to this user |
| Methods in org.mitre.cvw with parameters of type CVWServer | |
void |
CVWUser.setServer(CVWServer server)
Set the user's server |
void |
CVWServerList.addServer(CVWServer server)
Add a server to the list of servers, if it's not already there |
boolean |
CVWServerList.hasServer(CVWServer server)
Look for a CVWServer (search is based on server id, not java object) |
static void |
CVWServerList.setLocalServer(CVWServer server)
Set the local Server in the list |
| Constructors in org.mitre.cvw with parameters of type CVWServer | |
CVWUser(CVWServer serv)
Constructor |
|
|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV NEXT | ||||||||