org.simBio.sim.js
Class Channel

java.lang.Object
  extended by org.simBio.sim.js.Channel

public class Channel
extends java.lang.Object

Channel

Version:
$Id: Channel.java,v 1.1 2007/12/18 03:14:54 mikaelwing Exp $
Author:
sarai

Field Summary
static java.lang.String DEFAULT_CHANNEL
           
 
Constructor Summary
Channel()
           
 
Method Summary
static void create(JavaSpace space, java.lang.String channelName)
           
static java.lang.Integer getRequestNumber(JavaSpace space, java.lang.String channel, long timeOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CHANNEL

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

Channel

public Channel()
Method Detail

create

public static void create(JavaSpace space,
                          java.lang.String channelName)
Parameters:
space - to write.
channelName - of the que

getRequestNumber

public static java.lang.Integer getRequestNumber(JavaSpace space,
                                                 java.lang.String channel,
                                                 long timeOut)


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.