|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.platform.service.proxy.ServiceProxyProperties
public class ServiceProxyProperties
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 |
|---|
public static final java.lang.String SERVICE_PROXY_CLASS_NAME
public static final java.lang.String SERVICE_SELECTION_POLICY_NAME
public static final java.lang.String SERVICE_SELECTION_STICKY
public static final java.lang.String SERVICE_MULTIPLE_DELEGATION
| Constructor Detail |
|---|
public ServiceProxyProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||