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

lotus.notes.internal.MessageQueue Maven / Gradle / Ivy

The newest version!
package lotus.notes.internal;

public class MessageQueue {
  public static final int MQ_WAIT_FOR_MSG = 1;
  
  public int close(int flags) {
    return 0;
  }
  
  public int create(String name, int a, int b) {
    return 0;
  }
  
  public int get(StringBuffer buf, int a, int b, int c) {
    return 0;
  }
  
  public int open(String name, int flags) {
    return 0;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy