|
|||||||||
| 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(java.lang.String NozzleID,
java.net.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 |
java.net.Socket |
GetClientSock()
Gets the client sock. |
java.lang.Boolean |
GetIsConnected()
Gets whether the nozzle is still connected |
java.lang.String |
GetNozzleID()
Gets the nozzle id. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegisteredNozzle(java.lang.String NozzleID,
java.net.Socket ClientSocket)
NozzleID - the nozzle idClientSocket - the client socket| Method Detail |
|---|
public java.lang.String GetNozzleID()
public java.net.Socket GetClientSock()
public java.lang.Boolean GetIsConnected()
public void Dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||