objectivehtml.struts
Class Connection

java.lang.Object
  |
  +--objectivehtml.struts.Connection

public class Connection
extends java.lang.Object

This class holds the connection directives for a slot and signal connection.


Constructor Summary
Connection()
           
 
Method Summary
 boolean getErrorHandler()
          Gets the ErrorHandler.
 java.lang.String getSignal()
          Gets the Signal method signature.
 java.lang.String getSignalObj()
          Gets the Signal object name.
 java.lang.String getSignalSessionRef()
          Gets the Signal session reference name.
 java.lang.String getSlot()
          Gets the slot method signature.
 java.lang.String getSlotObj()
          Gets the slot object name.
 java.lang.String getSlotSessionRef()
          Gets the slot session reference name.
 void setErrorHandler(boolean bErrorHandler)
          Sets the ErrorHandler.
 void setSignal(java.lang.String sSignal)
          Sets the Signal method signature.
 void setSignalObj(java.lang.String sSignalObj)
          Sets the Signal object name.
 void setSignalSessionRef(java.lang.String sSignalSessionRef)
          Sets the Signal session reference name.
 void setSlot(java.lang.String sSlot)
          Sets the slot method signature.
 void setSlotObj(java.lang.String sSlotObj)
          Sets the slot object name.
 void setSlotSessionRef(java.lang.String sSlotSessionRef)
          Sets the slot session reference name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()
Method Detail

setSlotSessionRef

public void setSlotSessionRef(java.lang.String sSlotSessionRef)
Sets the slot session reference name.
Parameters:
sSlotSessionRef - the slot session name

getSlotSessionRef

public java.lang.String getSlotSessionRef()
Gets the slot session reference name.
Returns:
the slot session reference

setSlotObj

public void setSlotObj(java.lang.String sSlotObj)
Sets the slot object name.
Parameters:
sSlotObj - the slot object name

getSlotObj

public java.lang.String getSlotObj()
Gets the slot object name.
Returns:
the slot object name

setSlot

public void setSlot(java.lang.String sSlot)
Sets the slot method signature.
Parameters:
sSlot - the slot

getSlot

public java.lang.String getSlot()
Gets the slot method signature.
Returns:
the slot object name

setSignalSessionRef

public void setSignalSessionRef(java.lang.String sSignalSessionRef)
Sets the Signal session reference name.
Parameters:
sSignalSessionRef - the Signal session name

getSignalSessionRef

public java.lang.String getSignalSessionRef()
Gets the Signal session reference name.
Returns:
the Signal session reference

setSignalObj

public void setSignalObj(java.lang.String sSignalObj)
Sets the Signal object name.
Parameters:
sSignalObj - the Signal object name

getSignalObj

public java.lang.String getSignalObj()
Gets the Signal object name.
Returns:
the Signal object name

setSignal

public void setSignal(java.lang.String sSignal)
Sets the Signal method signature.
Parameters:
sSignal - the Signal

getSignal

public java.lang.String getSignal()
Gets the Signal method signature.
Returns:
the Signal object name

setErrorHandler

public void setErrorHandler(boolean bErrorHandler)
Sets the ErrorHandler.
Parameters:
bErrorHandler - true if error handling is to be set

getErrorHandler

public boolean getErrorHandler()
Gets the ErrorHandler.
Returns:
true if error handling is to be set