Class mheg5.OAM.NetOAM
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OAM.NetOAM
java.lang.Object
|
+----mheg5.OAM.NetOAM
- public class NetOAM
- extends Object
- implements OAMInterface
This class provides the access to the network.
-
NetOAM(String)
-
-
GetContent(ContentRef)
-
-
GetImage(ContentRef)
-
-
GetObject(ObjectRef)
-
-
GetPathOfContRef(ContentRef)
-
-
GetStream(ContentRef)
-
NetOAM
public NetOAM(String _base_path)
GetObject
public InputStream GetObject(ObjectRef oref)
GetStream
public InputStream GetStream(ContentRef cref)
GetContent
public byte[] GetContent(ContentRef cref)
GetPathOfContRef
public String GetPathOfContRef(ContentRef cref)
GetImage
public Image GetImage(ContentRef cref)
All Packages Class Hierarchy This Package Previous Next Index