Uses of Class
goldengate.common.command.NextCommandReply

Packages that use NextCommandReply
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 
 

Uses of NextCommandReply in goldengate.common.file
 

Methods in goldengate.common.file that return NextCommandReply
 NextCommandReply AuthInterface.setPassword(String password)
           
 NextCommandReply AuthInterface.setUser(String user)
           
 

Uses of NextCommandReply in goldengate.common.file.filesystembased
 

Methods in goldengate.common.file.filesystembased that return NextCommandReply
protected abstract  NextCommandReply FilesystemBasedAuthImpl.setBusinessPassword(String password)
          Set the password according to any implementation and could set the rootFromAuth.
protected abstract  NextCommandReply FilesystemBasedAuthImpl.setBusinessUser(String user)
          Set the user according to any implementation and could set the rootFromAuth.
 NextCommandReply FilesystemBasedAuthImpl.setPassword(String password)
           
 NextCommandReply FilesystemBasedAuthImpl.setUser(String user)
           
 



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