Package com.sun.corba.ee.impl.protocol
Class InvocationInfo
- java.lang.Object
-
- com.sun.corba.ee.impl.protocol.InvocationInfo
-
- All Implemented Interfaces:
ClientInvocationInfo
public class InvocationInfo extends java.lang.Object implements ClientInvocationInfo
-
-
Field Summary
Fields Modifier and Type Field Description private ClientRequestDispatcherclientRequestDispatcherprivate java.util.IteratorcontactInfoListIteratorprivate intentryCountprivate booleanisRetryInvocationprivate MessageMediatormessageMediator
-
Constructor Summary
Constructors Constructor Description InvocationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecrementEntryCount()ClientRequestDispatchergetClientRequestDispatcher()java.util.IteratorgetContactInfoListIterator()intgetEntryCount()MessageMediatorgetMessageMediator()voidincrementEntryCount()booleanisRetryInvocation()voidsetClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher)voidsetContactInfoListIterator(java.util.Iterator contactInfoListIterator)voidsetIsRetryInvocation(boolean isRetryInvocation)voidsetMessageMediator(MessageMediator messageMediator)
-
-
-
Field Detail
-
isRetryInvocation
private boolean isRetryInvocation
-
entryCount
private int entryCount
-
contactInfoListIterator
private java.util.Iterator contactInfoListIterator
-
clientRequestDispatcher
private ClientRequestDispatcher clientRequestDispatcher
-
messageMediator
private MessageMediator messageMediator
-
-
Method Detail
-
getContactInfoListIterator
public java.util.Iterator getContactInfoListIterator()
- Specified by:
getContactInfoListIteratorin interfaceClientInvocationInfo
-
setContactInfoListIterator
public void setContactInfoListIterator(java.util.Iterator contactInfoListIterator)
- 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
public void setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher)
- Specified by:
setClientRequestDispatcherin interfaceClientInvocationInfo
-
getClientRequestDispatcher
public ClientRequestDispatcher getClientRequestDispatcher()
- Specified by:
getClientRequestDispatcherin interfaceClientInvocationInfo
-
setMessageMediator
public void setMessageMediator(MessageMediator messageMediator)
- Specified by:
setMessageMediatorin interfaceClientInvocationInfo
-
getMessageMediator
public MessageMediator getMessageMediator()
- Specified by:
getMessageMediatorin interfaceClientInvocationInfo
-
-