com.ibm.cics.server
Class TSQNameEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.ibm.cics.server.TSQNameEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class TSQNameEditor
extends java.beans.PropertyEditorSupport

This Class provides a property editor for the name property of a TSQ. At the moment, we only support setting the name property via a string, but ultimately we want to support setting the name via an array of bytes also. At the moment, this is only a simple PropertyEditor and it only supports the simple display style categorised as returning a non-null String from getAsText(). We support both a call on setValue() for a byte[] argument and a call to setAsText().

Version:
1.2
Author:
John Colgrave

Constructor Summary
TSQNameEditor()
           
 
Method Summary
 java.lang.String getAsText()
          Return the queue name as a String.
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSQNameEditor

public TSQNameEditor()
Method Detail

getAsText

public java.lang.String getAsText()
Return the queue name as a String.


setAsText

public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException