|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.tudey.server.TudeySceneRegistry.PortalMapping
protected static class TudeySceneRegistry.PortalMapping
Contains stored destination portal information.
| Field Summary | |
|---|---|
protected long |
_expiry
The time at which the mapping expires. |
protected Object |
_portalKey
The destination portal key. |
protected int |
_sceneId
The scene id. |
| Constructor Summary | |
|---|---|
TudeySceneRegistry.PortalMapping(int sceneId,
Object portalKey)
Creates a new portal mapping. |
|
| Method Summary | |
|---|---|
long |
getExpiry()
Returns the time at which the mapping expires. |
Object |
getPortalKey()
Returns the key of the destination portal. |
int |
getSceneId()
Returns the id of the scene associated with this mapping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int _sceneId
protected Object _portalKey
protected long _expiry
| Constructor Detail |
|---|
public TudeySceneRegistry.PortalMapping(int sceneId,
Object portalKey)
| Method Detail |
|---|
public int getSceneId()
public Object getPortalKey()
public long getExpiry()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||