Package org.globus.wsrf.impl

Examples of org.globus.wsrf.impl.SimpleTopic


            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) {
            throw new ManageException(e.getMessage(), e);
        }
View Full Code Here

TOP

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

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.