org.siprop.v2.core.router.impl
Class MessageRouteKey

java.lang.Object
  extended by org.siprop.v2.core.router.impl.MessageRouteKey
All Implemented Interfaces:
java.io.Serializable, RouteKey

public class MessageRouteKey
extends java.lang.Object
implements RouteKey

This class is the key information for Router.

Author:
hirotaka.nisato
See Also:
Serialized Form

Constructor Summary
MessageRouteKey()
           
 
Method Summary
 java.lang.Object getRouteid()
          get Route ID.
ex.Manager's service name.
 LayerEnum getRoutetype()
          get Route Type.
ex.Layer type.
 void setRouteid(java.lang.Object routeid)
          set Route ID.
ex.Manager's service name.
 void setRoutetype(LayerEnum routetype)
          set Route Type.
 void setRoutetypeString(java.lang.String routetype)
          set Route Type String.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageRouteKey

public MessageRouteKey()
Method Detail

getRouteid

public java.lang.Object getRouteid()
Description copied from interface: RouteKey
get Route ID.
ex.Manager's service name.

Specified by:
getRouteid in interface RouteKey
Returns:
Route ID object

setRouteid

public void setRouteid(java.lang.Object routeid)
Description copied from interface: RouteKey
set Route ID.
ex.Manager's service name.

Specified by:
setRouteid in interface RouteKey

getRoutetype

public LayerEnum getRoutetype()
Description copied from interface: RouteKey
get Route Type.
ex.Layer type.

Specified by:
getRoutetype in interface RouteKey
Returns:
Route Type

setRoutetype

public void setRoutetype(LayerEnum routetype)
Description copied from interface: RouteKey
set Route Type. ex.Layer type.

Specified by:
setRoutetype in interface RouteKey

setRoutetypeString

public void setRoutetypeString(java.lang.String routetype)
Description copied from interface: RouteKey
set Route Type String. ex.Layer type.

Specified by:
setRoutetypeString in interface RouteKey