com.metamatrix.platform.service.proxy
Class ServiceProxyProperties

java.lang.Object
  extended by com.metamatrix.platform.service.proxy.ServiceProxyProperties

public class ServiceProxyProperties
extends java.lang.Object

Holds definition of all proxy property names.


Field Summary
static java.lang.String SERVICE_MULTIPLE_DELEGATION
          Optional boolean to denote a multiple delegation proxy (will delegate to all instances).
static java.lang.String SERVICE_PROXY_CLASS_NAME
          Required property denoting the class for instantiation of the service proxy.
static java.lang.String SERVICE_SELECTION_POLICY_NAME
          Required property denoting the name of the service selection policy.
static java.lang.String SERVICE_SELECTION_STICKY
          Optional boolean to force a service to use the same instance.
 
Constructor Summary
ServiceProxyProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_PROXY_CLASS_NAME

public static final java.lang.String SERVICE_PROXY_CLASS_NAME
Required property denoting the class for instantiation of the service proxy.

See Also:
Constant Field Values

SERVICE_SELECTION_POLICY_NAME

public static final java.lang.String SERVICE_SELECTION_POLICY_NAME
Required property denoting the name of the service selection policy.

See Also:
Constant Field Values

SERVICE_SELECTION_STICKY

public static final java.lang.String SERVICE_SELECTION_STICKY
Optional boolean to force a service to use the same instance. defaults to false. this is not meaningful for multiple delegations

See Also:
Constant Field Values

SERVICE_MULTIPLE_DELEGATION

public static final java.lang.String SERVICE_MULTIPLE_DELEGATION
Optional boolean to denote a multiple delegation proxy (will delegate to all instances). defaults to false.

See Also:
Constant Field Values
Constructor Detail

ServiceProxyProperties

public ServiceProxyProperties()


Copyright © 2009. All Rights Reserved.