L - defines the message listener typeM - defines the basic message typepublic interface Component<L,M> extends Comparable<Component<L,M>>
| Modifier and Type | Method and Description |
|---|---|
JacpContext<L,M> |
getContext()
Returns the component context object.
|
String |
getLocaleID()
Represents the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
|
String |
getResourceBundleLocation()
Represents the location of your resource bundle file.
|
boolean |
isStarted()
Get if component was activated, can occur if message was send before
"init" message arrived.
|
void |
setLocaleID(String localeId)
Set the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
|
void |
setResourceBundleLocation(String location)
Set the location of your resource bundle file.
|
void |
setStarted(boolean started)
Set once when component was first started
|
compareToboolean isStarted()
void setStarted(boolean started)
started, - set to true if the component was initialized correctly.String getLocaleID()
void setLocaleID(String localeId)
localeId, - The locale id.String getResourceBundleLocation()
void setResourceBundleLocation(String location)
location - . The location of the resource bundle.JacpContext<L,M> getContext()
Copyright © 2014. All rights reserved.