All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ooaofooa.datatypes.ReentrantLock Maven / Gradle / Ivy

package ooaofooa.datatypes;


import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.IXtumlType;
import io.ciera.runtime.summit.types.InstRefMapping;


public class ReentrantLock extends InstRefMapping implements IXtumlType {

    public ReentrantLock() {
        super();
    }

    public ReentrantLock(Object value) throws XtumlException {
        super(value);
    }

    @SuppressWarnings("unchecked")
    public ReentrantLock promote(Object o) throws XtumlException {
        return new ReentrantLock(cast(o));
    }

    public static ReentrantLock deserialize(Object o) throws XtumlException {
    	return new ReentrantLock(o);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy