2010-01-22 1.2.0

org.eclipse.soda.dk.multiplex.connection
Class ChannelBinding

java.lang.Object
  extended by EscObject
      extended by org.eclipse.soda.dk.multiplex.connection.ChannelBinding

public abstract class ChannelBinding
extends EscObject

Since:
1.2
Version:
1.2.0

Field Summary
protected  java.lang.String id
          Define the id (String) field.
static java.lang.String[] STATE_STRINGS
          Define strings for the various states.
 
Constructor Summary
protected ChannelBinding(java.lang.String id)
          Constructs an instance of this class from the specified id parameter.
 
Method Summary
 void close()
          Close.
 void exit()
          Exit.
 java.util.Map getChannelData()
          Gets the channel data (Map) value.
 ConfigurationService getConfigurationService()
          Gets the configuration service value.
 java.lang.String getExternalId()
          Gets the external ID (String) value.
 java.lang.String getId()
          Gets the ID (String) value.
 ChannelListener getListener()
          Gets the listener (ChannelListener) value.
 java.lang.Object getLogDetails4()
          Gets the log details4 (Object) value.
 java.lang.String getResource(int resourceId)
          Get resource with the specified resource ID parameter and return the String result.
 int getState()
          Gets the state (int) value.
 void open()
          Open.
 void setExternalId(java.lang.String externalId)
          Sets the external ID value.
 void setListener(ChannelListener listener)
          Sets the listener value.
 void setState(int newState)
          Sets the state value.
 void start()
          Start.
 void stop()
          Stop.
 void toStringInfo(java.lang.StringBuffer buffer)
          To string info with the specified buffer parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_STRINGS

public static final java.lang.String[] STATE_STRINGS
Define strings for the various states.


id

protected java.lang.String id
Define the id (String) field.

Constructor Detail

ChannelBinding

protected ChannelBinding(java.lang.String id)
Constructs an instance of this class from the specified id parameter.

Parameters:
id - The ID (String) parameter.
Method Detail

close

public void close()
Close.


exit

public void exit()
Exit.


getChannelData

public java.util.Map getChannelData()
Gets the channel data (Map) value.

Returns:
The channel data (Map) value.

getConfigurationService

public ConfigurationService getConfigurationService()
Gets the configuration service value.

Returns:
The configuration service (ConfigurationService) value.

getExternalId

public java.lang.String getExternalId()
Gets the external ID (String) value.

Returns:
The external id (String) value.
See Also:
setExternalId(String)

getId

public java.lang.String getId()
Gets the ID (String) value.

Returns:
The id (String) value.
See Also:
getExternalId(), setExternalId(String)

getListener

public ChannelListener getListener()
Gets the listener (ChannelListener) value.

Returns:
The listener (ChannelListener) value.
See Also:
setListener(ChannelListener)

getLogDetails4

public java.lang.Object getLogDetails4()
Gets the log details4 (Object) value.

Returns:
The log details4 (Object) value.

getResource

public java.lang.String getResource(int resourceId)
Get resource with the specified resource ID parameter and return the String result.

Parameters:
resourceId - The resource ID (int) parameter.
Returns:
Results of the get resource (String) value.

getState

public int getState()
Gets the state (int) value.

Returns:
The state (int) value.
See Also:
setState(int)

open

public void open()
Open.


setExternalId

public void setExternalId(java.lang.String externalId)
Sets the external ID value.

Parameters:
externalId - The external ID (String) parameter.
See Also:
getExternalId()

setListener

public void setListener(ChannelListener listener)
Sets the listener value.

Parameters:
listener - The listener (ChannelListener) parameter.
See Also:
getListener()

setState

public void setState(int newState)
Sets the state value.

Parameters:
newState - The new state (int) parameter.
See Also:
getState()

start

public void start()
Start.


stop

public void stop()
Stop.


toStringInfo

public void toStringInfo(java.lang.StringBuffer buffer)
To string info with the specified buffer parameter.

Parameters:
buffer - The buffer (StringBuffer) parameter.

2010-01-22 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.