org.openmdx.compatibility.base.application.spi
Class CommandArguments_1

java.lang.Object
  extended by org.openmdx.compatibility.base.application.spi.CommandArguments_1
All Implemented Interfaces:
CommandArguments_1_0, Manageable_1_0

Deprecated.

public class CommandArguments_1
extends Object
implements CommandArguments_1_0, Manageable_1_0

The application class


Field Summary
 
Fields inherited from interface org.openmdx.compatibility.base.application.cci.CommandArguments_1_0
ARGUMENT_FILE
 
Constructor Summary
CommandArguments_1(String[] arguments)
          Deprecated. Constructor
 
Method Summary
 void activate()
          Deprecated. The activate method initializes a layer or component.
 void deactivate()
          Deprecated. The deactivate method releases a layer or component.
 String[] getRawValues()
          Deprecated. Get raw arguments
 String[] getValues()
          Deprecated. Get all arguments passed either as command argument or in an argument file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandArguments_1

public CommandArguments_1(String[] arguments)
Deprecated. 
Constructor

Parameters:
arguments - Command arguments
Method Detail

getRawValues

public String[] getRawValues()
Deprecated. 
Get raw arguments

Specified by:
getRawValues in interface CommandArguments_1_0
Returns:
Raw arguments

getValues

public String[] getValues()
Deprecated. 
Get all arguments passed either as command argument or in an argument file.

Specified by:
getValues in interface CommandArguments_1_0
Returns:
All arguments

activate

public void activate()
              throws Exception,
                     ServiceException
Deprecated. 
The activate method initializes a layer or component.

Specified by:
activate in interface Manageable_1_0
Throws:
Exception - the application framwork maps all java Exceptions internally to standard ServiceExceptions.
ServiceException

deactivate

public void deactivate()
Deprecated. 
The deactivate method releases a layer or component.

Specified by:
deactivate in interface Manageable_1_0


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.