psdi.app.designer.virtual

Class Datastore

    • Constructor Detail

      • Datastore

        public Datastore(MboSet ms)
                  throws MXException,
                         java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • copy

        public MboRemote copy(MboSetRemote targetSet)
                       throws MXException,
                              java.rmi.RemoteException
        copies this mbo and it's related sets regular copy method doesn't work because it thinks all attributes are unique keys, so we're using blindCopy
        Specified by:
        copy in interface MboRemote
        Overrides:
        copy in class Mbo
        Parameters:
        targetSet - The set into which the new mbo will be added.
        Returns:
        The new mbo, with values copied from this mbo.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.copy(MboSetRemote, long)
      • getXML

        public java.lang.String getXML()
                                throws MXException,
                                       java.rmi.RemoteException
        generates the xml representation of this datastore object
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • generateElement

        public org.w3c.dom.Element generateElement()
                                            throws MXException,
                                                   java.rmi.RemoteException
        generates the xml dom for this datastore object
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException