Package org.jivesoftware.whack

Examples of org.jivesoftware.whack.ExternalComponent.shutdown()


 
  public void removeComponent(String subdomain) throws ComponentException {
    ExternalComponent externalComponent = componentsByDomain.remove(subdomain);
    components.remove(externalComponent.getComponent());
    if (externalComponent != null) {
      externalComponent.shutdown();
    }
  }
 
  public void sendPacket(Component component, Packet packet) {
    // Get the ExternalComponent that is wrapping the specified component and ask it to
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.