Uses of Class
org.resilientedge.jockey.peer.PeerPlatform

Packages that use PeerPlatform
com.resilientedge.jockey.peer   
com.resilientedge.jockey.peerbridge   
org.resilientedge.jockey.peer   
 

Uses of PeerPlatform in com.resilientedge.jockey.peer
 

Subclasses of PeerPlatform in com.resilientedge.jockey.peer
 class PeerPlatformImpl
          The PeerPlatform is the primary entry point for an application to create and end sessions, add and remove credentials, and obtain access to defaults.
 

Methods in com.resilientedge.jockey.peer with parameters of type PeerPlatform
 void PeerPlatformImpl.releaseInstance(PeerPlatform instance)
          Releases an instance previously obtained from getInstance() This is not necessary in this java implementation; we rely on Java garbage collection.
 

Uses of PeerPlatform in com.resilientedge.jockey.peerbridge
 

Methods in com.resilientedge.jockey.peerbridge with parameters of type PeerPlatform
 void PeerPlatformBridge.releaseInstance(PeerPlatform instance)
          Releases an instance previously obtained from getInstance() This is not necessary in this java implementation; we rely on Java garbage collection.
 

Uses of PeerPlatform in org.resilientedge.jockey.peer
 

Methods in org.resilientedge.jockey.peer that return PeerPlatform
static PeerPlatform PeerPlatformFactory.getPlatform()
          Returns a reference to a peer platform implementation.
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.