Index

C E G I N O R S V 
All Classes and Interfaces|All Packages|Serialized Form

C

close() - Method in interface no.mnemonic.services.common.api.ResultSet
Allow client to signal that this resultset may be closed.

E

extender() - Element in annotation type no.mnemonic.services.common.api.annotations.ResultSetExtention
 

G

getCount() - Method in interface no.mnemonic.services.common.api.ResultSet
 
getInterfaceClassName() - Method in exception no.mnemonic.services.common.api.ServiceTimeOutException
 
getLimit() - Method in interface no.mnemonic.services.common.api.ResultSet
 
getOffset() - Method in interface no.mnemonic.services.common.api.ResultSet
 

I

iterator() - Method in interface no.mnemonic.services.common.api.ResultSet
A resultset iterator iterates the values of the resultset, which may be lazily loaded as the client iterates them, depending on the implementation.

N

no.mnemonic.services.common.api - package no.mnemonic.services.common.api
 
no.mnemonic.services.common.api.annotations - package no.mnemonic.services.common.api.annotations
 

O

openSession() - Method in interface no.mnemonic.services.common.api.ServiceSessionFactory
Service sessions which are limited to the execution of the service method are typically closed when the service method returns.

R

ResultBatchSize - Annotation Type in no.mnemonic.services.common.api.annotations
This annotation will override the default batch size used by the ServiceMessageHandler when creating the stream of resultset elements to the ServiceMessageClient.
ResultSet<T> - Interface in no.mnemonic.services.common.api
 
ResultSetExtention - Annotation Type in no.mnemonic.services.common.api.annotations
Any method returning a ResultSet will be streamed back to the ServiceMessageClient.
ResultSetStreamInterruptedException - Exception in no.mnemonic.services.common.api
 
ResultSetStreamInterruptedException() - Constructor for exception no.mnemonic.services.common.api.ResultSetStreamInterruptedException
 
ResultSetStreamInterruptedException(String) - Constructor for exception no.mnemonic.services.common.api.ResultSetStreamInterruptedException
 
ResultSetStreamInterruptedException(String, Throwable) - Constructor for exception no.mnemonic.services.common.api.ResultSetStreamInterruptedException
 
ResultSetStreamInterruptedException(Throwable) - Constructor for exception no.mnemonic.services.common.api.ResultSetStreamInterruptedException
 

S

Service - Interface in no.mnemonic.services.common.api
Common interface for all services.
ServiceSession - Interface in no.mnemonic.services.common.api
The service session should be used in a way that ensures closing of the session when the client exists.
ServiceSessionFactory - Interface in no.mnemonic.services.common.api
A service session factory provides sessions which envelope a service call.
ServiceTimeOutException - Exception in no.mnemonic.services.common.api
 
ServiceTimeOutException(String, String) - Constructor for exception no.mnemonic.services.common.api.ServiceTimeOutException
 
spliterator() - Method in interface no.mnemonic.services.common.api.ResultSet
 
stream() - Method in interface no.mnemonic.services.common.api.ResultSet
 

V

value() - Element in annotation type no.mnemonic.services.common.api.annotations.ResultBatchSize
The specified result batch size.
C E G I N O R S V 
All Classes and Interfaces|All Packages|Serialized Form