All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BW.UML.ObjId.clientID

java.lang.Object
   |
   +----BW.UML.ObjId.clientID

public class clientID
extends Object
Classe clientID e um cliente de identificadores de objetos para uso do framework para awareness BW, quando combinado ao groupware CUTE (construido com o framework COPSE). COPSE e CUTE sao de autoria de Marcio Dias, pela COPPE/UFRJ, 1998.

Version:
1.0
Author:
Manuele Kirsch Pinheiro, Luiz Angelo B. Estefanel

Variable Index

 o InetServerAddress
 o receivepacket
 o sendpacket
 o ServerPort
 o socket

Constructor Index

 o clientID(String, int)

Method Index

 o getID()

Variables

 o InetServerAddress
 public InetAddress InetServerAddress
 o ServerPort
 public int ServerPort
 o socket
 public DatagramSocket socket
 o sendpacket
 public DatagramPacket sendpacket
 o receivepacket
 public DatagramPacket receivepacket

Constructors

 o clientID
 public clientID(String serverName,
                 int ServerPort)

Methods

 o getID
 public Integer getID()

All Packages  Class Hierarchy  This Package  Previous  Next  Index