|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.commons.channel.registry.RegisteredNozzle
public class RegisteredNozzle
Utility class containing information on connected nozzles to a channel.
| Constructor Summary | |
|---|---|
RegisteredNozzle(String NozzleID,
Socket ClientSocket)
Instantiates a new registered nozzle. |
|
| Method Summary | |
|---|---|
void |
Dispose()
Disposes the instance, sets that the nozzle is not connected and closes the client socket if the client was connected through a socket |
Socket |
GetClientSock()
Gets the client sock. |
Boolean |
GetIsConnected()
Gets whether the nozzle is still connected |
String |
GetNozzleID()
Gets the nozzle id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegisteredNozzle(String NozzleID,
Socket ClientSocket)
NozzleID - the nozzle idClientSocket - the client socket| Method Detail |
|---|
public String GetNozzleID()
public Socket GetClientSock()
public Boolean GetIsConnected()
public void Dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||