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