|
TPTP 4.2.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A specialized IComponent that manages a collection of IComponents as a context. Contexts exist as separate threads within the Adapter
| Method Summary | |
|---|---|
java.lang.String |
getCharset()
Retrieve the name of the character set that this context is working with |
IContextListener |
getContextListener()
Get the IContextListener that is invoked as the context manages its sub-components. |
java.util.Locale |
getLocale()
Retrieve the locale that this context is operating within |
void |
setCharset(java.lang.String charset)
Set the character set to be used by this context |
void |
setContextListener(IContextListener listener)
Set the IContextListener that will be invoked as the context manages its sub-components. |
void |
setLocale(java.util.Locale locale)
Set the locale to be used by this context |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
public void setContextListener(IContextListener listener)
listener - public IContextListener getContextListener()
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale - to be used by the contextpublic java.lang.String getCharset()
public void setCharset(java.lang.String charset)
charset - the name of the character set to use for this context
|
TPTP 4.2.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||