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 ClientInvocationInfo
public void setContactInfoListIterator(Iterator contactInfoListIterator)
setContactInfoListIterator
in interface ClientInvocationInfo
public boolean isRetryInvocation()
isRetryInvocation
in interface ClientInvocationInfo
public void setIsRetryInvocation(boolean isRetryInvocation)
setIsRetryInvocation
in interface ClientInvocationInfo
public int getEntryCount()
getEntryCount
in interface ClientInvocationInfo
public void incrementEntryCount()
incrementEntryCount
in interface ClientInvocationInfo
public void decrementEntryCount()
decrementEntryCount
in interface ClientInvocationInfo
public void setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher)
setClientRequestDispatcher
in interface ClientInvocationInfo
public ClientRequestDispatcher getClientRequestDispatcher()
getClientRequestDispatcher
in interface ClientInvocationInfo
public void setMessageMediator(MessageMediator messageMediator)
setMessageMediator
in interface ClientInvocationInfo
public MessageMediator getMessageMediator()
getMessageMediator
in interface ClientInvocationInfo
Copyright © 2019 JBoss by Red Hat. All rights reserved.