IClusterDatagram.java :  » JMS » UberMQ » com » ubermq » jms » common » datagram » control » Java Open Source

Java Open Source » JMS » UberMQ 
UberMQ » com » ubermq » jms » common » datagram » control » IClusterDatagram.java
package com.ubermq.jms.common.datagram.control;

import com.ubermq.jms.common.datagram.IControlDatagram;

/**
 * The datagram interface representing a cluster registration command.
 * This command has no parameters - it is simply informational to the
 * peer that the connection is intended as a clustering connection.
 */
public interface IClusterDatagram
  extends ICommandSubGram
{
  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.