|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.config.scheme.AbstractScheme
public abstract class AbstractScheme
The AbstractScheme is the base implementation of a Scheme. The setters annotated with @Injectable are automatically called by CODI during document processing. Non-annotated setters are typically called by the CODI element processors.
| Constructor Summary | |
|---|---|
AbstractScheme() |
|
| Method Summary | |
|---|---|
java.lang.String |
getSchemeName()Obtains the name of the Scheme. |
boolean |
isAnonymous()Determines if the Scheme is a defined and thus useful name. |
void |
setSchemeName(java.lang.String sName)Set the scheme name, trimming the name of starting and ending whitespace if necessary. |
protected void |
validate()Validate the properties. |
| Constructor Detail |
|---|
public AbstractScheme()
| Method Detail |
|---|
public java.lang.String getSchemeName()
Scheme.getSchemeName in interface Schemepublic boolean isAnonymous()
Scheme is a defined and thus useful name.isAnonymous in interface SchemeScheme has a name.
@Injectable
public void setSchemeName(java.lang.String sName)
sName - the scheme nameprotected void validate()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||