Package com.sun.corba.ee.spi.protocol
Interface ClientInvocationInfo
- All Known Implementing Classes:
InvocationInfo
public interface ClientInvocationInfo
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
void
boolean
void
setClientRequestDispatcher
(ClientRequestDispatcher clientRequestDispatcher) void
setContactInfoListIterator
(Iterator contactInfoListIterator) void
setIsRetryInvocation
(boolean isRetryInvocation) void
setMessageMediator
(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()
-