|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jini.entry.AbstractEntry net.jini.lookup.entry.Location
public class Location
The location of the physical component of a service. This is distinct from the Address class in that it can be used alone in a small, local organization.
Address
,
LocationBean
,
Serialized FormField Summary | |
---|---|
String |
building
A building name or code. |
String |
floor
A floor designation. |
String |
room
A room or cube number. |
Constructor Summary | |
---|---|
Location()
Construct an empty instance of this class. |
|
Location(String floor,
String room,
String building)
Construct an instance of this class, with all fields initialized appropriately. |
Method Summary |
---|
Methods inherited from class net.jini.entry.AbstractEntry |
---|
equals, equals, hashCode, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String floor
public String room
public String building
Constructor Detail |
---|
public Location()
public Location(String floor, String room, String building)
floor
- a String
representing the floorroom
- a String
representing the roombuilding
- a String
representing the building
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |