Package org.globus.wsrf.impl

Examples of org.globus.wsrf.impl.ResourcePropertyTopic


            this.props.add(new RP_CurrentTime(this));
            this.props.add(new RP_TerminationTime(this));

            final ResourceProperty stateRP = new RP_CurrentState(this);
            this.props.add(stateRP);
            this.statusTopic = new ResourcePropertyTopic(stateRP);
            this.statusTopic.setAutoNotify(false);

            this.topics = new SimpleTopicList(this);
            this.topics.addTopic(this.statusTopic);
            this.topics.addTopic(
View Full Code Here

TOP

Related Classes of org.globus.wsrf.impl.ResourcePropertyTopic

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.