|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.port.Port
com.caucho.server.cluster.ClusterPort
public class ClusterPort
Represents a protocol connection.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.caucho.server.port.Port |
|---|
Port.SuspendReaper |
| Constructor Summary | |
|---|---|
ClusterPort(ClusterServer server)
|
|
| Method Summary | |
|---|---|
int |
getClientWeight()
Return the client weight. |
ClusterServer |
getClusterServer()
Returns the cluster server. |
int |
getIndex()
Returns the session index for the srun. |
void |
init()
Initializes the port. |
void |
setClientWeight(int weight)
Set the client weight. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterPort(ClusterServer server)
| Method Detail |
|---|
public ClusterServer getClusterServer()
public int getIndex()
public void setClientWeight(int weight)
public int getClientWeight()
public void init()
Port
init in class Portpublic java.lang.String toString()
toString in class Port
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||