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 ClientRequestDispatcherprivate Iteratorprivate intprivate booleanprivate MessageMediator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintvoidbooleanvoidsetClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher) voidsetContactInfoListIterator(Iterator contactInfoListIterator) voidsetIsRetryInvocation(boolean isRetryInvocation) voidsetMessageMediator(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:
getContactInfoListIteratorin interfaceClientInvocationInfo
-
setContactInfoListIterator
- Specified by:
setContactInfoListIteratorin interfaceClientInvocationInfo
-
isRetryInvocation
public boolean isRetryInvocation()- Specified by:
isRetryInvocationin interfaceClientInvocationInfo
-
setIsRetryInvocation
public void setIsRetryInvocation(boolean isRetryInvocation) - Specified by:
setIsRetryInvocationin interfaceClientInvocationInfo
-
getEntryCount
public int getEntryCount()- Specified by:
getEntryCountin interfaceClientInvocationInfo
-
incrementEntryCount
public void incrementEntryCount()- Specified by:
incrementEntryCountin interfaceClientInvocationInfo
-
decrementEntryCount
public void decrementEntryCount()- Specified by:
decrementEntryCountin interfaceClientInvocationInfo
-
setClientRequestDispatcher
- Specified by:
setClientRequestDispatcherin interfaceClientInvocationInfo
-
getClientRequestDispatcher
- Specified by:
getClientRequestDispatcherin interfaceClientInvocationInfo
-
setMessageMediator
- Specified by:
setMessageMediatorin interfaceClientInvocationInfo
-
getMessageMediator
- Specified by:
getMessageMediatorin interfaceClientInvocationInfo
-