Uses of Class
org.netbeans.lib.cvsclient.connection.AuthenticationException

Packages that use AuthenticationException
org.netbeans.lib.cvsclient   
org.netbeans.lib.cvsclient.command   
org.netbeans.lib.cvsclient.command.add   
org.netbeans.lib.cvsclient.command.annotate   
org.netbeans.lib.cvsclient.command.checkout   
org.netbeans.lib.cvsclient.command.commit   
org.netbeans.lib.cvsclient.command.diff   
org.netbeans.lib.cvsclient.command.editors   
org.netbeans.lib.cvsclient.command.export   
org.netbeans.lib.cvsclient.command.history   
org.netbeans.lib.cvsclient.command.importcmd   
org.netbeans.lib.cvsclient.command.log   
org.netbeans.lib.cvsclient.command.remove   
org.netbeans.lib.cvsclient.command.status   
org.netbeans.lib.cvsclient.command.tag   
org.netbeans.lib.cvsclient.command.unedit   
org.netbeans.lib.cvsclient.command.update   
org.netbeans.lib.cvsclient.command.watch   
org.netbeans.lib.cvsclient.command.watchers   
org.netbeans.lib.cvsclient.commandLine   
org.netbeans.lib.cvsclient.connection   
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient
 

Methods in org.netbeans.lib.cvsclient that throw AuthenticationException
 void ClientServices.ensureConnection()
          Ensures, that the connection is open.
 void Client.ensureConnection()
          Ensures, that the connection is open.
 boolean Client.executeCommand(Command command, GlobalOptions globalOptions)
          Execute a command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command
 

Methods in org.netbeans.lib.cvsclient.command that throw AuthenticationException
 void BasicCommand.execute(ClientServices client, EventManager em)
          Execute a command.
 void BuildableCommand.execute(ClientServices client, EventManager eventManager)
          Execute a command.
 void Command.execute(ClientServices client, EventManager eventManager)
          Execute this command.
 void RepositoryCommand.execute(ClientServices client, EventManager em)
          Execute this command.
protected abstract  void RepositoryCommand.postExpansionExecute(ClientServices client, EventManager em)
          Execute this command
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.add
 

Methods in org.netbeans.lib.cvsclient.command.add that throw AuthenticationException
 void AddCommand.execute(ClientServices client, EventManager em)
          Execute a command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.annotate
 

Methods in org.netbeans.lib.cvsclient.command.annotate that throw AuthenticationException
 void AnnotateCommand.execute(ClientServices client, EventManager em)
          Execute a command
 void RannotateCommand.execute(ClientServices client, EventManager em)
          Execute this command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.checkout
 

Methods in org.netbeans.lib.cvsclient.command.checkout that throw AuthenticationException
 void CheckoutCommand.execute(ClientServices client, EventManager em)
          Execute this command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.commit
 

Methods in org.netbeans.lib.cvsclient.command.commit that throw AuthenticationException
 void CommitCommand.execute(ClientServices client, EventManager em)
          Execute the command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.diff
 

Methods in org.netbeans.lib.cvsclient.command.diff that throw AuthenticationException
 void DiffCommand.execute(ClientServices client, EventManager em)
          Execute a command
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.editors
 

Methods in org.netbeans.lib.cvsclient.command.editors that throw AuthenticationException
 void EditorsCommand.execute(ClientServices clientServices, EventManager eventManager)
          Execute the command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.export
 

Methods in org.netbeans.lib.cvsclient.command.export that throw AuthenticationException
protected  void ExportCommand.postExpansionExecute(ClientServices client, EventManager em)
          Execute this command
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.history
 

Methods in org.netbeans.lib.cvsclient.command.history that throw AuthenticationException
 void HistoryCommand.execute(ClientServices client, EventManager em)
          Execute a command
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.importcmd
 

Methods in org.netbeans.lib.cvsclient.command.importcmd that throw AuthenticationException
 void ImportCommand.execute(ClientServices client, EventManager eventManager)
          Executes thiz command using the set options.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.log
 

Methods in org.netbeans.lib.cvsclient.command.log that throw AuthenticationException
 void RlogCommand.execute(ClientServices client, EventManager em)
          Execute this command.
 void LogCommand.execute(ClientServices client, EventManager em)
          Execute a command
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.remove
 

Methods in org.netbeans.lib.cvsclient.command.remove that throw AuthenticationException
 void RemoveCommand.execute(ClientServices client, EventManager em)
          Executes this command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.status
 

Methods in org.netbeans.lib.cvsclient.command.status that throw AuthenticationException
 void StatusCommand.execute(ClientServices client, EventManager em)
          Execute a command
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.tag
 

Methods in org.netbeans.lib.cvsclient.command.tag that throw AuthenticationException
 void TagCommand.execute(ClientServices client, EventManager eventManager)
          Execute the command.
protected  void RtagCommand.postExpansionExecute(ClientServices client, EventManager eventManager)
          Execute the command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.unedit
 

Methods in org.netbeans.lib.cvsclient.command.unedit that throw AuthenticationException
 void UneditCommand.execute(ClientServices clientServices, EventManager eventManager)
          Execute the command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.update
 

Methods in org.netbeans.lib.cvsclient.command.update that throw AuthenticationException
 void UpdateCommand.execute(ClientServices client, EventManager eventManager)
          Execute the command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.watch
 

Methods in org.netbeans.lib.cvsclient.command.watch that throw AuthenticationException
 void WatchCommand.execute(ClientServices client, EventManager eventManager)
          Executes this command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.command.watchers
 

Methods in org.netbeans.lib.cvsclient.command.watchers that throw AuthenticationException
 void WatchersCommand.execute(ClientServices client, EventManager eventManager)
          Executes this command.
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.commandLine
 

Methods in org.netbeans.lib.cvsclient.commandLine that throw AuthenticationException
 boolean CVSCommand.executeCommand(Command command, java.io.PrintStream stderr)
          Execute a configured CVS command
 

Uses of AuthenticationException in org.netbeans.lib.cvsclient.connection
 

Methods in org.netbeans.lib.cvsclient.connection that throw AuthenticationException
 void ExtConnection.open()
           
 void Connection.open()
          Open a connection with the server.
 void LocalConnection.open()
          Authenticate with the server and open a channel of communication with the server.
 void PServerConnection.open()
          Authenticate with the server and open a channel of communication with the server.
 void ExtConnection.verify()
           
 void Connection.verify()
          Verify a cnnection with the server.
 void LocalConnection.verify()
          Authenticate with the server.
 void PServerConnection.verify()
          Authenticate with the server.
 


 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.