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

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

Uses of AppDescriptor in com.resilientedge.jockey.peer
 

Methods in com.resilientedge.jockey.peer with parameters of type AppDescriptor
 AppToken PeerPlatformImpl.startAppSession(AppDescriptor app)
          Starts a new session for the given application and returns a new session token
 

Uses of AppDescriptor in com.resilientedge.jockey.peerbridge
 

Methods in com.resilientedge.jockey.peerbridge that return AppDescriptor
 AppDescriptor SimpSockApplication.getAppDescriptor()
          Return the application descriptor.
 AppDescriptor LoopbackApplication.getAppDescriptor()
          Return the application descriptor.
 

Methods in com.resilientedge.jockey.peerbridge with parameters of type AppDescriptor
 AppToken PeerPlatformBridge.startAppSession(AppDescriptor app, Authority[] authorities)
          Starts a new session for the given application and returns a new session token
 PBApplication SimpSockNetManager.createApplication(AppDescriptor descriptor, Authority[] authorities)
          Returns a PBApplication object
 PBApplication LoopbackNetManager.createApplication(AppDescriptor descriptor, Authority[] authorities)
          Returns a PBApplication object
 

Uses of AppDescriptor in org.resilientedge.jockey.peer
 

Methods in org.resilientedge.jockey.peer that return AppDescriptor
 AppDescriptor AppToken.getAppDescriptor()
          Return the application descriptor.
 

Methods in org.resilientedge.jockey.peer with parameters of type AppDescriptor
abstract  AppToken PeerPlatform.startAppSession(AppDescriptor app)
          Starts a new session for the given application and returns a new session token
 

Constructors in org.resilientedge.jockey.peer with parameters of type AppDescriptor
AppToken(java.lang.String appId, AppDescriptor app, Authority[] authorities)
          Creates a new, completely specified, AppToken instance.
 

Uses of AppDescriptor in org.resilientedge.jockey.peerbridge
 

Methods in org.resilientedge.jockey.peerbridge that return AppDescriptor
 AppDescriptor PBApplication.getAppDescriptor()
          Return the application descriptor.
 

Methods in org.resilientedge.jockey.peerbridge with parameters of type AppDescriptor
 PBApplication PBNetManager.createApplication(AppDescriptor app, Authority[] authorities)
          Returns a PBApplication object
 



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