php.java.bridge.http
Class ContextServer.ChannelName

java.lang.Object
  extended by php.java.bridge.http.ContextServer.ChannelName
Enclosing class:
ContextServer

public abstract class ContextServer.ChannelName
extends java.lang.Object


Constructor Summary
ContextServer.ChannelName(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
abstract  boolean startChannel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextServer.ChannelName

public ContextServer.ChannelName(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

startChannel

public abstract boolean startChannel()