Uses of Class
org.apache.maven.wagon.events.SessionEvent
Packages that use SessionEvent
-
Uses of SessionEvent in org.apache.maven.wagon.events
Methods in org.apache.maven.wagon.events with parameters of type SessionEventModifier and TypeMethodDescriptionvoidSessionEventSupport.fireSessionConnectionRefused(SessionEvent sessionEvent) Dispatches the givenSessionEventto all registered listeners (calls methodSessionListener.sessionConnectionRefused(SessionEvent)on all of them}.voidSessionEventSupport.fireSessionDisconnected(SessionEvent sessionEvent) Dispatches the givenSessionEventto all registered listeners (calls methodSessionListener.sessionDisconnected(SessionEvent)on all of them}.voidSessionEventSupport.fireSessionDisconnecting(SessionEvent sessionEvent) Dispatches the givenSessionEventto all registered listeners (calls methodSessionListener.sessionDisconnecting(SessionEvent)} on all of them}.voidSessionEventSupport.fireSessionError(SessionEvent sessionEvent) Dispatches the givenSessionEventto all registered listeners (calls methodSessionListener.sessionConnectionRefused(SessionEvent)on all of them}.voidSessionEventSupport.fireSessionLoggedIn(SessionEvent sessionEvent) Dispatches the givenSessionEventto all registered listeners (calls methodSessionListener.sessionLoggedIn(SessionEvent)on all of them}.voidSessionEventSupport.fireSessionLoggedOff(SessionEvent sessionEvent) Dispatches the givenSessionEventto all registered listeners (calls methodSessionListener.sessionLoggedOff(SessionEvent)on all of them}.voidSessionEventSupport.fireSessionOpened(SessionEvent sessionEvent) Dispatches the givenSessionEventto all registered listeners (calls methodSessionListener.sessionOpened(SessionEvent)on all of them}.voidSessionEventSupport.fireSessionOpening(SessionEvent sessionEvent) Dispatches the givenSessionEventto all registered listeners (calls methodSessionListener.sessionOpening(SessionEvent)on all of them}.voidSessionListener.sessionConnectionRefused(SessionEvent sessionEvent) This method will be called when Wagon when connection to the repository was refused.voidSessionListener.sessionDisconnected(SessionEvent sessionEvent) This method will be called when Wagon has closed connection to the repository.voidSessionListener.sessionDisconnecting(SessionEvent sessionEvent) This method will be called when Wagon has closed connection to to the repository.voidSessionListener.sessionError(SessionEvent sessionEvent) This method will be called by Wagon when an error occurred.voidSessionListener.sessionLoggedIn(SessionEvent sessionEvent) This method will be called by Wagon when Wagon managed to login to the repository.voidSessionListener.sessionLoggedOff(SessionEvent sessionEvent) This method will be called by Wagon has logged off from the repository.voidSessionListener.sessionOpened(SessionEvent sessionEvent) This method will be called when Wagon has successfully connected to to the repository.voidSessionListener.sessionOpening(SessionEvent sessionEvent) This method will be called when Wagon is about to open connection to the repository. -
Uses of SessionEvent in org.apache.maven.wagon.observers
Methods in org.apache.maven.wagon.observers with parameters of type SessionEventModifier and TypeMethodDescriptionvoidDebug.sessionConnectionRefused(SessionEvent sessionEvent) voidDebug.sessionDisconnected(SessionEvent sessionEvent) voidDebug.sessionDisconnecting(SessionEvent sessionEvent) voidDebug.sessionError(SessionEvent sessionEvent) voidDebug.sessionLoggedIn(SessionEvent sessionEvent) voidDebug.sessionLoggedOff(SessionEvent sessionEvent) voidDebug.sessionOpened(SessionEvent sessionEvent) voidDebug.sessionOpening(SessionEvent sessionEvent)