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 TypeMethodDescriptionvoid
SessionEventSupport.fireSessionConnectionRefused
(SessionEvent sessionEvent) Dispatches the givenSessionEvent
to all registered listeners (calls methodSessionListener.sessionConnectionRefused(SessionEvent)
on all of them}.void
SessionEventSupport.fireSessionDisconnected
(SessionEvent sessionEvent) Dispatches the givenSessionEvent
to all registered listeners (calls methodSessionListener.sessionDisconnected(SessionEvent)
on all of them}.void
SessionEventSupport.fireSessionDisconnecting
(SessionEvent sessionEvent) Dispatches the givenSessionEvent
to all registered listeners (calls methodSessionListener.sessionDisconnecting(SessionEvent)
} on all of them}.void
SessionEventSupport.fireSessionError
(SessionEvent sessionEvent) Dispatches the givenSessionEvent
to all registered listeners (calls methodSessionListener.sessionConnectionRefused(SessionEvent)
on all of them}.void
SessionEventSupport.fireSessionLoggedIn
(SessionEvent sessionEvent) Dispatches the givenSessionEvent
to all registered listeners (calls methodSessionListener.sessionLoggedIn(SessionEvent)
on all of them}.void
SessionEventSupport.fireSessionLoggedOff
(SessionEvent sessionEvent) Dispatches the givenSessionEvent
to all registered listeners (calls methodSessionListener.sessionLoggedOff(SessionEvent)
on all of them}.void
SessionEventSupport.fireSessionOpened
(SessionEvent sessionEvent) Dispatches the givenSessionEvent
to all registered listeners (calls methodSessionListener.sessionOpened(SessionEvent)
on all of them}.void
SessionEventSupport.fireSessionOpening
(SessionEvent sessionEvent) Dispatches the givenSessionEvent
to all registered listeners (calls methodSessionListener.sessionOpening(SessionEvent)
on all of them}.void
SessionListener.sessionConnectionRefused
(SessionEvent sessionEvent) This method will be called when Wagon when connection to the repository was refused.void
SessionListener.sessionDisconnected
(SessionEvent sessionEvent) This method will be called when Wagon has closed connection to the repository.void
SessionListener.sessionDisconnecting
(SessionEvent sessionEvent) This method will be called when Wagon has closed connection to to the repository.void
SessionListener.sessionError
(SessionEvent sessionEvent) This method will be called by Wagon when an error occurred.void
SessionListener.sessionLoggedIn
(SessionEvent sessionEvent) This method will be called by Wagon when Wagon managed to login to the repository.void
SessionListener.sessionLoggedOff
(SessionEvent sessionEvent) This method will be called by Wagon has logged off from the repository.void
SessionListener.sessionOpened
(SessionEvent sessionEvent) This method will be called when Wagon has successfully connected to to the repository.void
SessionListener.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 TypeMethodDescriptionvoid
Debug.sessionConnectionRefused
(SessionEvent sessionEvent) void
Debug.sessionDisconnected
(SessionEvent sessionEvent) void
Debug.sessionDisconnecting
(SessionEvent sessionEvent) void
Debug.sessionError
(SessionEvent sessionEvent) void
Debug.sessionLoggedIn
(SessionEvent sessionEvent) void
Debug.sessionLoggedOff
(SessionEvent sessionEvent) void
Debug.sessionOpened
(SessionEvent sessionEvent) void
Debug.sessionOpening
(SessionEvent sessionEvent)