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

brooklyn.entity.messaging.jms.JMSDestination Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.entity.messaging.jms;

import brooklyn.entity.Entity;

public interface JMSDestination extends Entity {
    public String getName();
    
    public void delete();

    public void destroy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy