OSMQ
v2.0.1

osmq.mcns
Class DGSocket

java.lang.Object
  extended byjava.net.DatagramSocket
      extended byosmq.mcns.DGSocket

public class DGSocket
extends java.net.DatagramSocket

A descendant class of DatagramSocket that ensures the socket is closed when the class instance is deallocated.


Constructor Summary
DGSocket()
           
DGSocket(int v)
           
 
Methods inherited from class java.net.DatagramSocket
bind, close, connect, connect, disconnect, getBroadcast, getChannel, getInetAddress, getLocalAddress, getLocalPort, getLocalSocketAddress, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoTimeout, getTrafficClass, isBound, isClosed, isConnected, receive, send, setBroadcast, setDatagramSocketImplFactory, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoTimeout, setTrafficClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DGSocket

public DGSocket(int v)
         throws java.net.SocketException

DGSocket

public DGSocket()
         throws java.net.SocketException

(c) 2000 - 2003 MQue Systems
All Rights Reserved