OSMQ
v2.0.1

osmq.mcns
Class NetworkScope

java.lang.Object
  extended byosmq.mcns.NetworkScope

public class NetworkScope
extends java.lang.Object

This class should be modified to support the IP multicast topology used for discovery.


Field Summary
static java.lang.String EXTENDED_DOTTED_IP_GROUP
           
static int EXTENDED_TTL
           
static int LAN
           
static java.lang.String LOCAL_DOTTED_IP_GROUP
           
static int LOCAL_TTL
           
static int WAN
           
 
Method Summary
 java.lang.String getGroupAddress()
           
static NetworkScope getScope()
           
 int getTtl()
           
 boolean isLan()
           
 boolean isWan()
           
 void setGroupAddress(java.lang.String dottedaddress)
           
static NetworkScope setLanScope()
           
 void setTtl(int ttl)
           
static NetworkScope setWanScope()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCAL_DOTTED_IP_GROUP

public static final java.lang.String LOCAL_DOTTED_IP_GROUP
See Also:
Constant Field Values

EXTENDED_DOTTED_IP_GROUP

public static final java.lang.String EXTENDED_DOTTED_IP_GROUP
See Also:
Constant Field Values

LOCAL_TTL

public static final int LOCAL_TTL
See Also:
Constant Field Values

EXTENDED_TTL

public static final int EXTENDED_TTL
See Also:
Constant Field Values

LAN

public static final int LAN
See Also:
Constant Field Values

WAN

public static final int WAN
See Also:
Constant Field Values
Method Detail

isWan

public boolean isWan()

isLan

public boolean isLan()

getGroupAddress

public java.lang.String getGroupAddress()

setGroupAddress

public void setGroupAddress(java.lang.String dottedaddress)

setTtl

public void setTtl(int ttl)

getTtl

public int getTtl()

setLanScope

public static NetworkScope setLanScope()

setWanScope

public static NetworkScope setWanScope()

getScope

public static NetworkScope getScope()

(c) 2000 - 2003 MQue Systems
All Rights Reserved