|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.sgs.impl.service.data.DataServiceHeader
final class DataServiceHeader
Provides information about the data stored by the data service. The serialVersionUID represents the major version number, which must match the value in the current version of the implementation. The minorVersion represents the minor version number, which can vary between a stored instance and the implementation. Version history: Version 1.0: Initial version, 11/3/2006
| Field Summary | |
|---|---|
(package private) String |
appName
The name of the application that initially created the data service. |
(package private) int |
minorVersion
The minor version number. |
| Constructor Summary | |
|---|---|
DataServiceHeader(String appName)
Creates an instance of this class with the specified application name. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a string representation of this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
final int minorVersion
final String appName
| Constructor Detail |
|---|
DataServiceHeader(String appName)
| Method Detail |
|---|
public String toString()
toString in class Object
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||