ch.nix.ert.message.operations
Class Routing

java.lang.Object
  extended bych.nix.ert.message.operations.Routing
All Implemented Interfaces:
OperationInterface, java.io.Serializable

public class Routing
extends java.lang.Object
implements OperationInterface

Values for routing are:
local: menans this dataItem has a local destination
routing: means NodeDirectory needs to resolve destination
direct: means IP is already know, where to send this dataItem

Author:
michi
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ch.nix.ert.message.operations.OperationInterface
CURSORSIZE, DATA, DATAITEMS, DBSIZE, DELAY, DIRECTDESTINATION, DIRECTORIGINATOR, FIRSTINTERNALKEY, INTERNALKEY, KEYPARTITIONID, LASTINTERNALKEY, NAMESPACE, NESTED, NODELOAD, OPERATION, OPERATIONNAMES, RESULT, ROUTING, SERVICEORIGINATOR, TRANSACTIONID, TRANSACTIONNODEID, TRANSACTIONOPERATION, TRANSACTIONSERVICEID, TRANSACTIONSPLIT, TRANSACTIONTYPE, USERKEY
 
Constructor Summary
Routing()
           
 
Method Summary
 java.lang.Object decode(byte[] buffer)
           
 byte[] encode(java.lang.Object routing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Routing

public Routing()
Method Detail

encode

public byte[] encode(java.lang.Object routing)
Specified by:
encode in interface OperationInterface

decode

public java.lang.Object decode(byte[] buffer)
Specified by:
decode in interface OperationInterface


Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z