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 ClientRequestDispatcher
clientRequestDispatcher
private java.util.Iterator
contactInfoListIterator
private int
entryCount
private boolean
isRetryInvocation
private MessageMediator
messageMediator
-
Constructor Summary
Constructors Constructor Description InvocationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decrementEntryCount()
ClientRequestDispatcher
getClientRequestDispatcher()
java.util.Iterator
getContactInfoListIterator()
int
getEntryCount()
MessageMediator
getMessageMediator()
void
incrementEntryCount()
boolean
isRetryInvocation()
void
setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher)
void
setContactInfoListIterator(java.util.Iterator contactInfoListIterator)
void
setIsRetryInvocation(boolean isRetryInvocation)
void
setMessageMediator(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:
getContactInfoListIterator
in interfaceClientInvocationInfo
-
setContactInfoListIterator
public void setContactInfoListIterator(java.util.Iterator contactInfoListIterator)
- 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
public void setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher)
- Specified by:
setClientRequestDispatcher
in interfaceClientInvocationInfo
-
getClientRequestDispatcher
public ClientRequestDispatcher getClientRequestDispatcher()
- Specified by:
getClientRequestDispatcher
in interfaceClientInvocationInfo
-
setMessageMediator
public void setMessageMediator(MessageMediator messageMediator)
- Specified by:
setMessageMediator
in interfaceClientInvocationInfo
-
getMessageMediator
public MessageMediator getMessageMediator()
- Specified by:
getMessageMediator
in interfaceClientInvocationInfo
-
-