Package com.sun.corba.ee.impl.protocol
Class InvocationInfo
java.lang.Object
com.sun.corba.ee.impl.protocol.InvocationInfo
- All Implemented Interfaces:
ClientInvocationInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ClientRequestDispatcher
private Iterator
private int
private boolean
private MessageMediator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
void
boolean
void
setClientRequestDispatcher
(ClientRequestDispatcher clientRequestDispatcher) void
setContactInfoListIterator
(Iterator contactInfoListIterator) void
setIsRetryInvocation
(boolean isRetryInvocation) void
setMessageMediator
(MessageMediator messageMediator)
-
Field Details
-
isRetryInvocation
private boolean isRetryInvocation -
entryCount
private int entryCount -
contactInfoListIterator
-
clientRequestDispatcher
-
messageMediator
-
-
Constructor Details
-
InvocationInfo
public InvocationInfo()
-
-
Method Details
-
getContactInfoListIterator
- Specified by:
getContactInfoListIterator
in interfaceClientInvocationInfo
-
setContactInfoListIterator
- Specified by:
setContactInfoListIterator
in interfaceClientInvocationInfo
-
isRetryInvocation
public boolean isRetryInvocation()- Specified by:
isRetryInvocation
in interfaceClientInvocationInfo
-
setIsRetryInvocation
public void setIsRetryInvocation(boolean isRetryInvocation) - Specified by:
setIsRetryInvocation
in interfaceClientInvocationInfo
-
getEntryCount
public int getEntryCount()- Specified by:
getEntryCount
in interfaceClientInvocationInfo
-
incrementEntryCount
public void incrementEntryCount()- Specified by:
incrementEntryCount
in interfaceClientInvocationInfo
-
decrementEntryCount
public void decrementEntryCount()- Specified by:
decrementEntryCount
in interfaceClientInvocationInfo
-
setClientRequestDispatcher
- Specified by:
setClientRequestDispatcher
in interfaceClientInvocationInfo
-
getClientRequestDispatcher
- Specified by:
getClientRequestDispatcher
in interfaceClientInvocationInfo
-
setMessageMediator
- Specified by:
setMessageMediator
in interfaceClientInvocationInfo
-
getMessageMediator
- Specified by:
getMessageMediator
in interfaceClientInvocationInfo
-