Uses of Class
php.java.bridge.http.AbstractChannelName

Packages that use AbstractChannelName
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
 

Uses of AbstractChannelName in php.java.bridge.http
 

Methods in php.java.bridge.http that return AbstractChannelName
 AbstractChannelName ContextServer.getChannelName(IContextFactory currentCtx)
          Return the channelName which be passed to the client as X_JAVABRIDGE_REDIRECT
 

Methods in php.java.bridge.http with parameters of type AbstractChannelName
 void ContextServer.start(AbstractChannelName channelName, ILogger logger)
          Start a channel name.
 boolean IContextServer.start(AbstractChannelName channel, ILogger logger)
          Start the runner.
 boolean SocketContextServer.start(AbstractChannelName channelName, ILogger logger)
          Start the runner.