public class CorbaInvocationInfo extends Object implements ClientInvocationInfo
| Constructor and Description |
|---|
CorbaInvocationInfo(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
void |
decrementEntryCount() |
ClientRequestDispatcher |
getClientRequestDispatcher() |
Iterator |
getContactInfoListIterator() |
int |
getEntryCount() |
MessageMediator |
getMessageMediator() |
void |
incrementEntryCount() |
boolean |
isRetryInvocation() |
void |
setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher) |
void |
setContactInfoListIterator(Iterator contactInfoListIterator) |
void |
setIsRetryInvocation(boolean isRetryInvocation) |
void |
setMessageMediator(MessageMediator messageMediator) |
public CorbaInvocationInfo(ORB orb)
public Iterator getContactInfoListIterator()
getContactInfoListIterator in interface ClientInvocationInfopublic void setContactInfoListIterator(Iterator contactInfoListIterator)
setContactInfoListIterator in interface ClientInvocationInfopublic boolean isRetryInvocation()
isRetryInvocation in interface ClientInvocationInfopublic void setIsRetryInvocation(boolean isRetryInvocation)
setIsRetryInvocation in interface ClientInvocationInfopublic int getEntryCount()
getEntryCount in interface ClientInvocationInfopublic void incrementEntryCount()
incrementEntryCount in interface ClientInvocationInfopublic void decrementEntryCount()
decrementEntryCount in interface ClientInvocationInfopublic void setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher)
setClientRequestDispatcher in interface ClientInvocationInfopublic ClientRequestDispatcher getClientRequestDispatcher()
getClientRequestDispatcher in interface ClientInvocationInfopublic void setMessageMediator(MessageMediator messageMediator)
setMessageMediator in interface ClientInvocationInfopublic MessageMediator getMessageMediator()
getMessageMediator in interface ClientInvocationInfoCopyright © 2018 JBoss by Red Hat. All rights reserved.