Package org.globus.wsrf.impl

Examples of org.globus.wsrf.impl.SimpleTopicList


            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(
                    new SimpleTopic(WSRFConstants.TERMINATION_TOPIC));

        } catch (Exception e) {
View Full Code Here

TOP

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

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.