org.openejb.server.admin
Class Stop

java.lang.Object
  extended by org.openejb.server.admin.Stop
All Implemented Interfaces:
RequestMethods
Direct Known Subclasses:
Stop

public class Stop
extends java.lang.Object
implements RequestMethods

Author:
David Blevins

Field Summary
 
Fields inherited from interface org.openejb.client.RequestMethods
AUTH_REQUEST, EJB_HOME_CREATE, EJB_HOME_FIND, EJB_HOME_GET_EJB_META_DATA, EJB_HOME_GET_HOME_HANDLE, EJB_HOME_REMOVE_BY_HANDLE, EJB_HOME_REMOVE_BY_PKEY, EJB_OBJECT_BUSINESS_METHOD, EJB_OBJECT_GET_EJB_HOME, EJB_OBJECT_GET_HANDLE, EJB_OBJECT_GET_PRIMARY_KEY, EJB_OBJECT_IS_IDENTICAL, EJB_OBJECT_REMOVE, EJB_REQUEST, JNDI_LIST, JNDI_LIST_BINDINGS, JNDI_LOOKUP, JNDI_REQUEST, STOP_REQUEST_quit, STOP_REQUEST_Quit, STOP_REQUEST_stop, STOP_REQUEST_Stop
 
Constructor Summary
Stop()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void stop()
           
static void stop(java.lang.String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stop

public Stop()
Method Detail

stop

public static void stop(java.lang.String host,
                        int port)
Parameters:
host - The ip address the Remote Server is running on
port - The port the Remote Server is running on

stop

public void stop()

main

public static void main(java.lang.String[] args)


Copyright © 1999-2011 OpenEJB. All Rights Reserved.