org.drools.grid.remote
Class RemoteGridNodeConnection<T>

java.lang.Object
  extended by org.drools.grid.remote.RemoteGridNodeConnection<T>
All Implemented Interfaces:
GridConnection<GridNode>

public class RemoteGridNodeConnection<T>
extends Object
implements GridConnection<GridNode>


Constructor Summary
RemoteGridNodeConnection(Grid grid, GridServiceDescription gsd)
           
 
Method Summary
 GridNode connect()
           
 void disconnect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGridNodeConnection

public RemoteGridNodeConnection(Grid grid,
                                GridServiceDescription gsd)
Method Detail

connect

public GridNode connect()
Specified by:
connect in interface GridConnection<GridNode>

disconnect

public void disconnect()
Specified by:
disconnect in interface GridConnection<GridNode>


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.