|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRegistrable
This interface exposes behavior related to Entity registry.
| Method Summary | |
|---|---|
LicenseEditionType |
getLicenseEdition()
Get the License Edition. |
boolean |
isRegistered()
Returns information about if the Entity is registered. |
boolean |
isRegistrable()
Returns information about if the Entity can be registered. |
boolean |
register(String name,
String key)
Registers the Entity with a given key. |
void |
unregister()
Unregisters the Entity. |
| Method Detail |
|---|
LicenseEditionType getLicenseEdition()
LicenseEditionTypeboolean isRegistered()
boolean isRegistrable()
boolean register(String name,
String key)
name - the name to register tokey - the encripted registration key
void unregister()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||