Uses of Interface
goldengate.common.file.OptsMLSxInterface

Packages that use OptsMLSxInterface
goldengate.common.file Classes implementing File, Directory, Authentication and Session Interfaces 
goldengate.common.file.filesystembased Classes implementing FileInterface and Directory according to a filesystem implementation 
goldengate.common.file.passthrough Classes implementing FileInterface and Directory according to a pass through implementation (no storage since data are just pass through this interface) 
 

Uses of OptsMLSxInterface in goldengate.common.file
 

Fields in goldengate.common.file declared as OptsMLSxInterface
protected  OptsMLSxInterface AbstractDir.optsMLSx
          Opts command for MLSx. (-1) means not supported, 0 supported but not active, 1 supported and active
 

Methods in goldengate.common.file that return OptsMLSxInterface
 OptsMLSxInterface DirInterface.getOptsMLSx()
           
 OptsMLSxInterface AbstractDir.getOptsMLSx()
           
 

Uses of OptsMLSxInterface in goldengate.common.file.filesystembased
 

Classes in goldengate.common.file.filesystembased that implement OptsMLSxInterface
 class FilesystemBasedOptsMLSxImpl
          Class that implements Opts command for MLSx operations. (-1) means not supported, 0 supported but not active, 1 supported and active
 

Constructors in goldengate.common.file.filesystembased with parameters of type OptsMLSxInterface
FilesystemBasedDirImpl(SessionInterface session, OptsMLSxInterface optsMLSx)
           
 

Uses of OptsMLSxInterface in goldengate.common.file.passthrough
 

Classes in goldengate.common.file.passthrough that implement OptsMLSxInterface
 class PassthroughBasedOptsMLSxImpl
          Class that implements Opts command for MLSx operations. (-1) means not supported, 0 supported but not active, 1 supported and active
 

Constructors in goldengate.common.file.passthrough with parameters of type OptsMLSxInterface
PassthroughBasedDirImpl(SessionInterface session, OptsMLSxInterface optsMLSx)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.