Skip navigation links
com.essbase.eas.server
Class EDSCommandListener
java.lang.Object
com.essbase.eas.framework.server.application.DefaultApplicationPart
com.essbase.eas.framework.server.application.AbstractCommandListener
com.essbase.eas.server.AppManCommandListener
com.essbase.eas.server.EDSCommandListener
- All Implemented Interfaces:
- ApplicationPart, CommandListener
-
public class EDSCommandListener
- extends AppManCommandListener
CommandListener for retrieving the port of the embedded EDS server
- Since:
- 9.0.0
- Version:
- 9.0.0
- Author:
- srasmuss
| Fields inherited from class com.essbase.eas.framework.server.application.DefaultApplicationPart |
CHAIN_SEPARATOR, manager, parts, serviceContext, serviceManager, state, STATE_BEFORE_WORKERS_ASSIGNED, STATE_CONSTRUCTED, STATE_DESTROYED, STATE_INITIALIZED, STATE_MANAGED, STATE_NULL, STATE_WORKERS_ASSIGNED, STATE_WORKERS_INITIALIZED, storeService |
| Methods inherited from class com.essbase.eas.framework.server.application.AbstractCommandListener |
addMethodAlias, addMethodAlias, assignWorkers, buildMethodMap, convertStringValueToArgument, getArgumentsForCommand, getMethod, getMethodForAlias, getRoles, getSessionObject, handleEvent, init, isRequestFromSameServer, removeSessionObject, setServiceResult, setSessionObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET_EDS_PORT
public static final CommandDescriptor GET_EDS_PORT
IS_EDS_EMBEDDED_SERVER
public static final CommandDescriptor IS_EDS_EMBEDDED_SERVER
EDSCommandListener
public EDSCommandListener()
getEDSServerPort
public boolean getEDSServerPort(CommandEvent theEvent,
ServiceContext theContext)
-
- Parameters:
theEvent -
theContext -
- Returns:
isEDSServerEmbedded
public boolean isEDSServerEmbedded(CommandEvent theEvent,
ServiceContext theContext)
- This method returns the value of the property 'START_EDS_EMBEDDED_SERVER'. This property indicates whether the EAS started EDS in embedded mode(i.e, in TCP/IP mode).
-
- Parameters:
theEvent -
theContext -
- Returns:
- the value of the property START_EDS_EMBEDDED_SERVER
getCommands
public CommandDescriptor[] getCommands()
- Description copied from class:
AbstractCommandListener
- Implementation of the
CommandListener.getCommands() method. This is an empty implementation and should be overridden by any derived classes that use the new introspection method of discovering commands.
-
- Specified by:
getCommands in interface CommandListener
- Overrides:
getCommands in class AbstractCommandListener
-
- Returns:
- a zero-length array of
CommandDescriptor objects.
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.