|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workstation | |
---|---|
base.network | This package contains the InternetCafe project's core classes for the network area. |
base.session | This package contains the InternetCafe project's core classes for the session area. |
ui.command.IO | |
ui.dialog | |
ui.panel |
Uses of Workstation in base.network |
---|
Methods in base.network that return Workstation | |
---|---|
Workstation[] |
Network.getAllWorkstation()
|
Workstation[] |
Network.getClient()
|
Workstation |
Network.getClientById(int workstationId)
This method retrieves a client workstation specifying his id. |
Workstation[] |
Network.getServer()
|
Workstation |
Network.getServerById(int workstationId)
This method retrieves a server workstation specifying his id. |
static Workstation |
WorkstationFactory.newDefaultClientWorkstation()
|
static Workstation |
WorkstationFactory.newDefaultServerWorkstation()
|
static Workstation |
WorkstationFactory.newWorkstation(java.lang.String name,
java.lang.String type,
java.lang.String description,
java.net.InetAddress address,
int port,
boolean inUse)
|
Methods in base.network with parameters of type Workstation | |
---|---|
protected void |
Network.addClient(Workstation client)
This method simply adds a client to the network. |
protected void |
Network.addClientSet(Workstation[] client)
This method simply adds a workstation's client set to the network. |
void |
NetworkManager.addClientWorkstation(Workstation workstation)
This method simply adds a client workstation to the network. |
protected void |
Network.addServer(Workstation server)
This method simply adds a server to the network. |
protected void |
Network.addServerSet(Workstation[] server)
This method simply adds a workstation's server set to the network. |
void |
NetworkManager.deleteWorkstation(Workstation workstation)
This method deletes a client workstation from the network. |
protected static java.lang.String |
NetworkManager.workstationKey(Workstation workstation)
This method simply builds a key string for an instance of Workstation. |
Constructors in base.network with parameters of type Workstation | |
---|---|
Network(java.lang.String name,
Workstation[] server,
Workstation[] client)
|
|
Network(java.lang.String name,
Workstation[] server,
Workstation[] client)
|
Uses of Workstation in base.session |
---|
Methods in base.session that return Workstation | |
---|---|
Workstation |
Session.getWorkstation()
|
Methods in base.session with parameters of type Workstation | |
---|---|
static Session |
SessionFactory.newSession(User user,
Workstation workstation,
java.lang.String description,
java.util.Date startTime,
java.util.Date endTime,
Service service)
|
Constructors in base.session with parameters of type Workstation | |
---|---|
Session(int id,
User user,
Workstation workstation,
java.lang.String description,
java.util.Date startTime,
java.util.Date endTime,
Service service)
|
Uses of Workstation in ui.command.IO |
---|
Constructors in ui.command.IO with parameters of type Workstation | |
---|---|
SaveClientWorkstationCommand(WorkstationPanel workstationPanel,
Workstation workstation,
boolean createWorkstation)
|
Uses of Workstation in ui.dialog |
---|
Constructors in ui.dialog with parameters of type Workstation | |
---|---|
WorkstationDialog(Workstation workstation)
|
Uses of Workstation in ui.panel |
---|
Methods in ui.panel that return Workstation | |
---|---|
Workstation |
SessionCreationPanel.getWorkstation()
|
Constructors in ui.panel with parameters of type Workstation | |
---|---|
WorkstationPanel(Workstation workstation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |