com.latencybusters.jms
Class JNDIClient

java.lang.Object
  extended by com.latencybusters.jms.JNDIClient

public class JNDIClient
extends java.lang.Object


Field Summary
static java.lang.String version
           
 
Constructor Summary
JNDIClient()
           
 
Method Summary
 int calcLength(int in_l)
           
 void close()
           
 java.lang.String getConfig(java.lang.String name)
           
 int getConfigType(java.lang.String name)
           
 java.lang.String getData(java.lang.String name)
           
 void init(java.lang.String server, java.lang.String port)
           
 boolean isConnected()
           
 boolean login(java.lang.String name, java.lang.String password)
           
 java.lang.String read()
           
 void send(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
See Also:
Constant Field Values
Constructor Detail

JNDIClient

public JNDIClient()
Method Detail

init

public void init(java.lang.String server,
                 java.lang.String port)
          throws java.io.IOException,
                 java.net.UnknownHostException
Throws:
java.io.IOException
java.net.UnknownHostException

login

public boolean login(java.lang.String name,
                     java.lang.String password)

getConfig

public java.lang.String getConfig(java.lang.String name)

getData

public java.lang.String getData(java.lang.String name)

getConfigType

public int getConfigType(java.lang.String name)

close

public void close()

read

public java.lang.String read()
                      throws java.io.IOException
Throws:
java.io.IOException

send

public void send(java.lang.String msg)

calcLength

public int calcLength(int in_l)

isConnected

public boolean isConnected()


All of the documentation and software included in this and any other Informatica, Inc. "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with Informatica Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.