ePOST API

Uses of Interface
rice.post.Post

Packages that use Post
rice.email   
rice.email.log   
rice.post   
rice.post.log   
rice.post.proxy   
rice.post.security.pknoi   
 

Uses of Post in rice.email
 

Methods in rice.email that return Post
 Post EmailService.getPost()
           
 Post Folder.getPost()
           
 

Methods in rice.email with parameters of type Post
 void Folder.setPost(Post post)
          Sets the post service of this Folder.
 

Constructors in rice.email with parameters of type Post
EmailService(java.net.InetAddress localHost, Post post, java.security.KeyPair keyPair, boolean logRewrite)
          Constructor
Folder(EmailLog log, Post post, java.security.KeyPair pair)
          Constructs a Folder from a log and a storage service.
 

Uses of Post in rice.email.log
 

Constructors in rice.email.log with parameters of type Post
EmailLog(java.lang.Object name, Id location, Post post, java.security.KeyPair pair)
          Constructor for SnapShot.
 

Uses of Post in rice.post
 

Classes in rice.post that implement Post
 class PostImpl
          This class is the service layer which allows Post applications to use Post functionality.
 

Constructors in rice.post with parameters of type Post
ForwardLog(PostLog log, java.lang.String[] addresses, Id location, Post post, Continuation command)
          Constructor for ForwardLog.
 

Uses of Post in rice.post.log
 

Fields in rice.post.log declared as Post
protected  Post Log.post
          The current local POST service.
protected  Post LogEntry.post
           
 

Methods in rice.post.log with parameters of type Post
 void Log.setPost(Post post)
          Sets the current local Post service.
 

Constructors in rice.post.log with parameters of type Post
CoalescedLog(java.lang.Object name, Id location, Post post, java.security.KeyPair keyPair)
          Constructs a Log for use in POST, with the provided number of coalesced log entries.
CoalescedLog(java.lang.Object name, Id location, Post post, java.security.KeyPair keyPair, byte[] cipherKey)
          Constructs a Log for use in POST, with the provided number of coalesced log entries.
EncryptedLog(java.lang.Object name, Id location, Post post, java.security.KeyPair keyPair)
          Constructs a Log for use in POST
EncryptedLog(java.lang.Object name, Id location, Post post, java.security.KeyPair keyPair, byte[] cipherKey)
           
Log(java.lang.Object name, Id location, Post post)
          Constructs a Log for use in POST
 

Uses of Post in rice.post.proxy
 

Fields in rice.post.proxy declared as Post
protected  Post PostProxy.post
          The local Post service
 

Uses of Post in rice.post.security.pknoi
 

Constructors in rice.post.security.pknoi with parameters of type Post
PKnoISecurityModule(Post post)
          Constructor for PKnoISecurityModule.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.