Uses of Class
de.gebit.integrity.remoting.transport.Endpoint
-
Packages that use Endpoint Package Description de.gebit.integrity.remoting.client de.gebit.integrity.remoting.server de.gebit.integrity.remoting.transport de.gebit.integrity.runner -
-
Uses of Endpoint in de.gebit.integrity.remoting.client
Methods in de.gebit.integrity.remoting.client with parameters of type Endpoint Modifier and Type Method Description voidIntegrityRemotingClientListener. onBaselineReceived(SetList aSetList, Endpoint anEndpoint)Called after the initial set list baseline was received from the server.voidIntegrityRemotingClientListener. onConfirmCreateBreakpoint(Integer anEntryReference, Endpoint anEndpoint)Called when the server confirms the creation of a breakpoint.voidIntegrityRemotingClientListener. onConfirmRemoveBreakpoint(Integer anEntryReference, Endpoint anEndpoint)Called when the server confirms the removal of a breakpoint.voidIntegrityRemotingClientListener. onConnectionLost(Endpoint anEndpoint)Called if the connection was lost.voidIntegrityRemotingClientListener. onConnectionSuccessful(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)Called if a connection to a server was established successfully.voidIntegrityRemotingClientListener. onExecutionStateUpdate(ExecutionStates aState, Endpoint anEndpoint)Called when the execution state has changed.voidIntegrityRemotingClientListener. onSetListUpdate(SetListEntry[] someUpdatedEntries, Integer anEntryInExecution, Endpoint anEndpoint)Called when there are updates to the set list.voidIntegrityRemotingClientListener. onVersionMismatch(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)Called on a connection attempt if the remote version doesn't match the local version. -
Uses of Endpoint in de.gebit.integrity.remoting.server
Methods in de.gebit.integrity.remoting.server with parameters of type Endpoint Modifier and Type Method Description voidIntegrityRemotingServerListener. onConnectionLost(Endpoint anEndpoint)Called when a connection to a client was lost.voidIntegrityRemotingServerListener. onConnectionSuccessful(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)Called when a connection attempt from a client was successful.voidIntegrityRemotingServerListener. onCreateBreakpoint(Integer anEntryReference, Endpoint anEndpoint)Called when a client wants to create a breakpoint.voidIntegrityRemotingServerListener. onPauseCommand(Endpoint anEndpoint)Called when a "pause tests" command from a client came in.voidIntegrityRemotingServerListener. onRemoveBreakpoint(Integer anEntryReference, Endpoint anEndpoint)Called when a client wants to remove a breakpoint.voidIntegrityRemotingServerListener. onRunCommand(Endpoint anEndpoint)Called when a "run tests" command from a client came in.voidIntegrityRemotingServerListener. onSetListRequest(Endpoint anEndpoint)Called when a set list request from a client came in.voidIntegrityRemotingServerListener. onStepIntoCommand(Endpoint anEndpoint)Called when a "step into" command from a client came in. -
Uses of Endpoint in de.gebit.integrity.remoting.transport
Methods in de.gebit.integrity.remoting.transport with parameters of type Endpoint Modifier and Type Method Description voidEndpointListener. onClosed(Endpoint anEndpoint)The endpoints' connection has been closed.voidEndpointListener. onConnectionLost(Endpoint anEndpoint)The endpoint has unexpectedly lost the connection.voidMessageProcessor. processMessage(M aMessage, Endpoint anEndpoint)Process the message. -
Uses of Endpoint in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner with parameters of type Endpoint Modifier and Type Method Description voidDefaultTestRunner.RemotingListener. onConnectionLost(Endpoint anEndpoint)voidDefaultTestRunner.RemotingListener. onConnectionSuccessful(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)voidDefaultTestRunner.RemotingListener. onCreateBreakpoint(Integer anEntryReference, Endpoint anEndpoint)voidDefaultTestRunner.RemotingListener. onPauseCommand(Endpoint anEndpoint)voidDefaultTestRunner.RemotingListener. onRemoveBreakpoint(Integer anEntryReference, Endpoint anEndpoint)voidDefaultTestRunner.RemotingListener. onRunCommand(Endpoint anEndpoint)voidDefaultTestRunner.RemotingListener. onSetListRequest(Endpoint anEndpoint)voidDefaultTestRunner.RemotingListener. onStepIntoCommand(Endpoint anEndpoint)
-