|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oracle.coherence.patterns.command.DefaultContextConfiguration
public class DefaultContextConfiguration
The default implementation of a ContextConfiguration.
Copyright (c) 2008. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.oracle.coherence.patterns.command.ContextConfiguration |
|---|
ContextConfiguration.ManagementStrategy |
| Constructor Summary | |
|---|---|
DefaultContextConfiguration()
Standard Constructor (with default values). |
|
DefaultContextConfiguration(ContextConfiguration.ManagementStrategy managementStrategy)
Standard Constructor (developer provided values). |
|
| Method Summary | |
|---|---|
ContextConfiguration.ManagementStrategy |
getManagementStrategy()
Returns the ContextConfiguration.ManagementStrategy for the
Context being configured. |
void |
readExternal(DataInput in)
|
void |
readExternal(com.tangosol.io.pof.PofReader reader)
|
String |
toString()
|
void |
writeExternal(DataOutput out)
|
void |
writeExternal(com.tangosol.io.pof.PofWriter writer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultContextConfiguration()
ContextConfiguration.ManagementStrategy is set to ContextConfiguration.ManagementStrategy.DISTRIBUTED by default.
public DefaultContextConfiguration(ContextConfiguration.ManagementStrategy managementStrategy)
managementStrategy - | Method Detail |
|---|
public ContextConfiguration.ManagementStrategy getManagementStrategy()
ContextConfiguration.ManagementStrategy for the
Context being configured.
getManagementStrategy in interface ContextConfiguration
public void readExternal(DataInput in)
throws IOException
readExternal in interface com.tangosol.io.ExternalizableLiteIOException
public void writeExternal(DataOutput out)
throws IOException
writeExternal in interface com.tangosol.io.ExternalizableLiteIOException
public void readExternal(com.tangosol.io.pof.PofReader reader)
throws IOException
readExternal in interface com.tangosol.io.pof.PortableObjectIOException
public void writeExternal(com.tangosol.io.pof.PofWriter writer)
throws IOException
writeExternal in interface com.tangosol.io.pof.PortableObjectIOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||