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.

Constructor Index

 o NetOAM(String)

Method Index

 o GetContent(ContentRef)
 o GetImage(ContentRef)
 o GetObject(ObjectRef)
 o GetPathOfContRef(ContentRef)
 o GetStream(ContentRef)

Constructors

 o NetOAM
  public NetOAM(String _base_path)

Methods

 o GetObject
  public InputStream GetObject(ObjectRef oref)
 o GetStream
  public InputStream GetStream(ContentRef cref)
 o GetContent
  public byte[] GetContent(ContentRef cref)
 o GetPathOfContRef
  public String GetPathOfContRef(ContentRef cref)
 o GetImage
  public Image GetImage(ContentRef cref)

All Packages  Class Hierarchy  This Package  Previous  Next  Index