|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object php.java.bridge.http.AbstractChannelName
public abstract class AbstractChannelName
Represents the pipe or socket channel name.
Constructor Summary | |
---|---|
AbstractChannelName(java.lang.String name,
IContextFactory currentCtx)
Create a new ChannelName. |
Method Summary | |
---|---|
IContextFactory |
getCtx()
Return the |
java.lang.String |
getName()
Returns the name of the channel, for example the socket # or the pipe name. |
boolean |
start(ILogger logger)
Start a new ContextRunner for a given ContextServer. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractChannelName(java.lang.String name, IContextFactory currentCtx)
name
- The name of the channel, see X_JAVABRIDGE_CHANNELcurrentCtx
- The ContextFactory associated with the current request.Method Detail |
---|
public java.lang.String getName()
public IContextFactory getCtx()
public boolean start(ILogger logger)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |