|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface can be implemented by modules in the Norna framework. It provides the system with runtime information about the module. Implementors should take care not to block any threads on this interface.
This interface should return information about the software and not the current installation, multiple installations of the same software will be kept apart without the use of this interface.
Information from this interface will be searchable in the service registry in order to find services during runtime.
| Method Summary | |
java.lang.String |
getDescription()
Get a description of the service. |
java.lang.String |
getOriginator()
Get software vendor, creator, or copyright holder. |
java.lang.String |
getPublicID()
Get module public ID. |
java.lang.String |
getRelease()
Get current release tag. |
java.lang.String |
getSoftwareName()
Get the software name. |
double |
getVersion()
Get current software version. |
| Method Detail |
public java.lang.String getPublicID()
http://larsan.net/ns/urd/net.larsan.urd.impl.ServiceRegistryImpl
public java.lang.String getSoftwareName()
public java.lang.String getOriginator()
public java.lang.String getRelease()
public double getVersion()
public java.lang.String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||