ossj.common.tck
Class FindRemote

java.lang.Object
  extended by ossj.common.tck.FindRemote

public class FindRemote
extends Object

FindRemote Class Implement the XML Mesaging Mandatory Test of the JSR144 specification.

Version:
1.5

Field Summary
static int EVENT_TIMEOUT
           
static String JNDI_FACT_CLASS_NAME
           
static String JNDI_URL
           
static ArrayList jvtSessionList
           
static String LOG_FILE
           
static InitialContext namingContext
           
static boolean STDOUT_ENABLED
           
static String TESTFILES_HOME
           
static Util util
           
 
Constructor Summary
FindRemote()
          Creates a new FindRemote object.
 
Method Summary
 void addJvtSession(ArrayList jvtSessionList)
          DOCUMENT ME!
 ArrayList getRemote()
          DOCUMENT ME!
static void main(String[] args)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namingContext

public static InitialContext namingContext

JNDI_FACT_CLASS_NAME

public static String JNDI_FACT_CLASS_NAME

JNDI_URL

public static String JNDI_URL

EVENT_TIMEOUT

public static int EVENT_TIMEOUT

TESTFILES_HOME

public static String TESTFILES_HOME

LOG_FILE

public static String LOG_FILE

STDOUT_ENABLED

public static boolean STDOUT_ENABLED

util

public static Util util

jvtSessionList

public static ArrayList jvtSessionList
Constructor Detail

FindRemote

public FindRemote()
           throws Exception
Creates a new FindRemote object.

Throws:
Exception - DOCUMENT ME!
Method Detail

getRemote

public ArrayList getRemote()
                    throws Exception
DOCUMENT ME!

Returns:
DOCUMENT ME!
Throws:
Exception - DOCUMENT ME!

addJvtSession

public void addJvtSession(ArrayList jvtSessionList)
                   throws IOException
DOCUMENT ME!

Parameters:
jvtSessionList - DOCUMENT ME!
Throws:
IOException - DOCUMENT ME!

main

public static void main(String[] args)
                 throws Exception
DOCUMENT ME!

Parameters:
args - DOCUMENT ME!
Throws:
Exception - DOCUMENT ME!


Copyright 2002-2006 The Members of the OSS through Java(TM) Initiative. All rights reserved. Use is subject to license terms.