com.sun.sgs.impl.service.nodemap.affinity.dgb
Interface DistGraphBuilderServer

All Superinterfaces:
Remote
All Known Implementing Classes:
DistGraphBuilderServerImpl

public interface DistGraphBuilderServer
extends Remote

The server interface for the distributed graph builder.


Method Summary
 void updateGraph(Identity owner, Object[] objIds)
          Update the graph based on the objects accessed in a task.
 

Method Detail

updateGraph

void updateGraph(Identity owner,
                 Object[] objIds)
                 throws IOException
Update the graph based on the objects accessed in a task.

Parameters:
owner - the task owner (the object making the accesses)
objIds - the object IDs of objects accessed by the owner
Throws:
IOException - if there is a communication problem

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved