Uses of Interface
net.sf.fikin.classmarshaling.ClassSelector

Packages that use ClassSelector
net.sf.fikin.classmarshaling The package contains the main MarshaledObject class used by the client applications. 
net.sf.fikin.classmarshaling.util The package contains particular implementations of ClassSelector interface 
 

Uses of ClassSelector in net.sf.fikin.classmarshaling
 

Constructors in net.sf.fikin.classmarshaling with parameters of type ClassSelector
MarshaledObject(java.lang.Object obj, ClassSelector selector)
          Wrapper for the object and selected classes of his, represented internally in a serialized form.
MarshaledObjectOutputStream(java.io.OutputStream objOut, java.io.OutputStream annOut, ClassSelector selector)
          Instantiate the output stream using one stream for the object itself and another stream for selected class bytecodes.
 

Uses of ClassSelector in net.sf.fikin.classmarshaling.util
 

Classes in net.sf.fikin.classmarshaling.util that implement ClassSelector
 class CertificateBasedClassSelector
          Class selector based on certificates It selects all classes except: All classes signed with the given build certificate will not be included Neither those with no CodeSource defined (presumed to be system classes) This class is useful when you have an environment where each "system" class is signed with some certificate, while all "other" (external) classes are not.
 class NamePrefixedClassSelector
          Select classes based on list of prefixes.
 class NullClassSelector
          Class selector which does not select any class created on Mar 10, 2009
 



Copyright © 2007 Nikolay Fiykov. All Rights Reserved.