org.jboss.remoting.detection.util
Class DetectorUtil
java.lang.Object
org.jboss.remoting.detection.util.DetectorUtil
- public class DetectorUtil
- extends Object
- Version:
- $Revision: 1.2 $
- Author:
- Tom Elrod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DetectorUtil
public DetectorUtil()
DetectorUtil
public DetectorUtil(String type)
DetectorUtil
public DetectorUtil(String type,
int port)
DetectorUtil
public DetectorUtil(String type,
int port,
String host)
start
public void start()
main
public static void main(String[] args)
Copyright © 2004 JBoss Inc. All Rights Reserved.