org.eclipse.stardust.engine.core.runtime.command
Interface Configurable

All Superinterfaces:
java.io.Serializable

public interface Configurable
extends java.io.Serializable

Generic interface for objects that supports client-side configuration. For details of the supported options please check the relevant Service API methods.

Version:
$Revision: $
Author:
Florin.Herinean

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getOptions()
          Retrieves the parameters associated with this object.
 

Method Detail

getOptions

java.util.Map<java.lang.String,java.lang.Object> getOptions()
Retrieves the parameters associated with this object.

Returns:
a Map of {name,value} pairs.


Copyright © 2014 SunGard CSA LLC. All Rights Reserved.