|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SystemMemberBridgeServer
Administrative interface that represents a BridgeServer that
serves the contents of a system member's cache.
SystemMemberCache.addBridgeServer()| Method Summary | |
|---|---|
int |
getPort()
Returns the port on which this bridge server listens for bridge clients to connect. |
boolean |
isRunning()
Returns whether or not this bridge server is running |
void |
refresh()
Updates the information about this bridge server. |
void |
setPort(int port)
Sets the port on which this bridge server listens for bridge clients to connect. |
void |
start()
Starts this bridge server. |
void |
stop()
Stops this bridge server. |
| Method Detail |
|---|
int getPort()
void setPort(int port)
throws AdminException
AdminException - If this bridge server is running
void start()
throws AdminException
AdminException - If an error occurs while starting the bridge serverboolean isRunning()
void stop()
throws AdminException
BridgeServer can be reconfigured and restarted if
desired.
AdminExceptionvoid refresh()
|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||