Uses of Interface
org.hypergraphdb.peer.PeerInterface

Packages that use PeerInterface
org.hypergraphdb.peer   
org.hypergraphdb.peer.jxta   
org.hypergraphdb.peer.log   
org.hypergraphdb.peer.workflow   
 

Uses of PeerInterface in org.hypergraphdb.peer
 

Methods in org.hypergraphdb.peer that return PeerInterface
 PeerInterface InterestEvaluator.getPeerInterface()
           
 PeerInterface HyperGraphPeer.getPeerInterface()
           
 

Methods in org.hypergraphdb.peer with parameters of type PeerInterface
 void InterestEvaluator.setPeerInterface(PeerInterface peerInterface)
           
 

Constructors in org.hypergraphdb.peer with parameters of type PeerInterface
InterestEvaluator(PeerInterface peerInterface, HyperGraph hg)
           
 

Uses of PeerInterface in org.hypergraphdb.peer.jxta
 

Classes in org.hypergraphdb.peer.jxta that implement PeerInterface
 class JXTAPeerInterface
           
 

Uses of PeerInterface in org.hypergraphdb.peer.log
 

Constructors in org.hypergraphdb.peer.log with parameters of type PeerInterface
Log(HyperGraph logDb, PeerInterface peerInterface)
           
 

Uses of PeerInterface in org.hypergraphdb.peer.workflow
 

Methods in org.hypergraphdb.peer.workflow that return PeerInterface
 PeerInterface TaskActivity.getPeerInterface()