Package com.sun.corba.se.pept.protocol
Interface ClientInvocationInfo
- All Known Implementing Classes:
CorbaInvocationInfo
public interface ClientInvocationInfo
- Author:
- Harold Carr
-
Method Summary
Modifier and TypeMethodDescriptionvoidintvoidbooleanvoidsetClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher) voidsetContactInfoListIterator(Iterator contactInfoListIterator) voidsetIsRetryInvocation(boolean isRetryInvocation) voidsetMessageMediator(MessageMediator messageMediator)
-
Method Details
-
getContactInfoListIterator
Iterator getContactInfoListIterator() -
setContactInfoListIterator
-
isRetryInvocation
boolean isRetryInvocation() -
setIsRetryInvocation
void setIsRetryInvocation(boolean isRetryInvocation) -
getEntryCount
int getEntryCount() -
incrementEntryCount
void incrementEntryCount() -
decrementEntryCount
void decrementEntryCount() -
setClientRequestDispatcher
-
getClientRequestDispatcher
ClientRequestDispatcher getClientRequestDispatcher() -
setMessageMediator
-
getMessageMediator
MessageMediator getMessageMediator()
-