org.jboss.remoting.detection.util
Class DetectorUtil

java.lang.Object
  extended byorg.jboss.remoting.detection.util.DetectorUtil

public class DetectorUtil
extends Object

Version:
$Revision: 1.2 $
Author:
Tom Elrod

Field Summary
static String DEFAULT_HOST
          localhost *
static int DEFAULT_PORT
          2410 *
static String TYPE_JNDI
          jndi *
static String TYPE_MULTICAST
          multicast *
 
Constructor Summary
DetectorUtil()
           
DetectorUtil(String type)
           
DetectorUtil(String type, int port)
           
DetectorUtil(String type, int port, String host)
           
 
Method Summary
static void main(String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_MULTICAST

public static final String TYPE_MULTICAST
multicast *

See Also:
Constant Field Values

TYPE_JNDI

public static final String TYPE_JNDI
jndi *

See Also:
Constant Field Values

DEFAULT_PORT

public static final int DEFAULT_PORT
2410 *

See Also:
Constant Field Values

DEFAULT_HOST

public static final String DEFAULT_HOST
localhost *

See Also:
Constant Field Values
Constructor Detail

DetectorUtil

public DetectorUtil()

DetectorUtil

public DetectorUtil(String type)

DetectorUtil

public DetectorUtil(String type,
                    int port)

DetectorUtil

public DetectorUtil(String type,
                    int port,
                    String host)
Method Detail

start

public void start()

main

public static void main(String[] args)


Copyright © 2004 JBoss Inc. All Rights Reserved.