org.openejb.server.admin
Class Stop
java.lang.Object
org.openejb.server.admin.Stop
- All Implemented Interfaces:
- RequestMethods
- Direct Known Subclasses:
- Stop
public class Stop
- extends Object
- implements RequestMethods
- Author:
- David Blevins
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stop
public Stop()
stop
public static void stop(String host,
int port)
- Parameters:
host
- The ip address the Remote Server is running onport
- The port the Remote Server is running on
stop
public void stop()
main
public static void main(String[] args)
Copyright © 1999-2008 OpenEJB. All Rights Reserved.