Uses of Package
org.xlattice

Packages that use org.xlattice
org.xlattice This package contains abstractions for all of the basic types dealt with in XLattice. 
org.xlattice.util   
org.xlattice.util.context   
org.xlattice.util.template   
 

Classes in org.xlattice used by org.xlattice
Address
          An Address provides enough information to identify an endpoint.
Connection
          A Connection is a relationship between two EndPoints.
Connector
          Used to establish a Connection with another entity (Node).
Context
          A naming context consisting of a possibly nested set of name-to-object bindings.
CryptoException
           
DigSigner
          Digital signature generator.
EndPoint
          An EndPoint is specified by a transport and an Address, including the local part.
Node
          A Node is uniquely identified by a NodeID and can satisfy an identity test constructed using its public key.
NodeID
          Quasi-unique 160-bit value serving as a global identifier.
Overlay
          A Overlay is characterized by an address space, a transport protocol, and possibly a set of rules for navigating the address space using the protocol.
Peer
          A Peer is another Node, a neighbor.
PublicKey
          That part of a public key cryptography key which is not secret.
SigVerifier
          Given a PublicKey, instances of this class can verify digital signatures.
Transport
          Abstraction of the transport protocol used over a communications channel.
 

Classes in org.xlattice used by org.xlattice.util
Version
          This is a first step towards a standard approach to version management for all XLattice components.
 

Classes in org.xlattice used by org.xlattice.util.context
Context
          A naming context consisting of a possibly nested set of name-to-object bindings.
 

Classes in org.xlattice used by org.xlattice.util.template
Context
          A naming context consisting of a possibly nested set of name-to-object bindings.
Template
          XXX THIS DOES NOT CONFORM TO THE IMPLEMENTATION IN PROGRESS.