org.jfox.mx
Class RepositoryCtrl

java.lang.Object
  extended byorg.jfox.mx.RepositoryCtrl

public class RepositoryCtrl
extends java.lang.Object


Constructor Summary
RepositoryCtrl()
           
 
Method Summary
 boolean contains(ObjectName name)
           
 int getRepoSize()
           
 java.util.Iterator iterator()
           
static void main(java.lang.String[] args)
           
 void remove(ObjectName name)
           
 MxMetaData retrieve(ObjectName name)
           
 void store(ObjectName name, MxMetaData metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryCtrl

public RepositoryCtrl()
Method Detail

retrieve

public MxMetaData retrieve(ObjectName name)
                    throws MxException
Throws:
MxException

store

public void store(ObjectName name,
                  MxMetaData metadata)
           throws MxException
Throws:
MxException

remove

public void remove(ObjectName name)
            throws MxException
Throws:
MxException

getRepoSize

public int getRepoSize()

contains

public boolean contains(ObjectName name)
                 throws MxException
Throws:
MxException

iterator

public java.util.Iterator iterator()

main

public static void main(java.lang.String[] args)