|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionListException | |
org.objectweb.proactive.core.exceptions.proxy | Non Functional exceptions occuring in a proxy. |
org.objectweb.proactive.core.group | Provides all classes needed to use group communications in ProActive. |
Uses of ExceptionListException in org.objectweb.proactive.core.exceptions.proxy |
Constructors in org.objectweb.proactive.core.exceptions.proxy with parameters of type ExceptionListException | |
FailedGroupRendezVousException(java.lang.String message,
ExceptionListException e,
ProxyForGroup group)
|
Uses of ExceptionListException in org.objectweb.proactive.core.group |
Methods in org.objectweb.proactive.core.group that return ExceptionListException | |
ExceptionListException |
Group.getExceptionList()
Returns an ExceptionListException containing all the throwables (exceptions and errors) occured when this group was built |
ExceptionListException |
ProxyForGroup.getExceptionList()
Returns an ExceptionListException containing all the throwables (exceptions and errors) occured when this group was built |
Methods in org.objectweb.proactive.core.group with parameters of type ExceptionListException | |
protected void |
ProxyForGroup.oneWayCallOnGroup(MethodCall mc,
ExceptionListException exceptionList)
Launchs the threads for OneWay call of each member of the Group. |
Constructors in org.objectweb.proactive.core.group with parameters of type ExceptionListException | |
ProcessForOneWayCall(ProxyForGroup proxyGroup,
java.util.Vector memberList,
int index,
MethodCall mc,
Body body,
ExceptionListException exceptionList)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |