Package jade.core.resource
Class ResourceManagementProxy
- java.lang.Object
-
- jade.core.SliceProxy
-
- jade.core.resource.ResourceManagementProxy
-
- All Implemented Interfaces:
ResourceManagementSlice,Service.Slice,Serializable,Serializable
public class ResourceManagementProxy extends SliceProxy implements ResourceManagementSlice
Slice Proxy for the ResourceManagementService- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface jade.core.resource.ResourceManagementSlice
H_GETRESOURCE
-
-
Constructor Summary
Constructors Constructor Description ResourceManagementProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getResource(String name, int fetchMode)-
Methods inherited from class jade.core.SliceProxy
getNode, getService, serve, setNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jade.core.Service.Slice
getNode, getService, serve
-
-
-
-
Method Detail
-
getResource
public byte[] getResource(String name, int fetchMode) throws Exception
- Specified by:
getResourcein interfaceResourceManagementSlice- Throws:
Exception
-
-