| 133 | | WindowPtr _window; |
|---|
| 134 | | PointConnection *_connection; |
|---|
| 135 | | std::string _requestAddress; |
|---|
| 136 | | std::string _boundAddress; |
|---|
| 137 | | ClusterWindowPtr _clusterWindow; |
|---|
| 138 | | RemoteAspect *_aspect; |
|---|
| 139 | | std::string _serviceName; |
|---|
| 140 | | std::string _connectionType; |
|---|
| 141 | | UInt32 _servicePort; |
|---|
| 142 | | std::string _serviceGroup; |
|---|
| 143 | | UInt32 _serverId; |
|---|
| 144 | | std::string _interface; |
|---|
| | 133 | WindowRefPtr _window; |
|---|
| | 134 | PointConnection *_connection; |
|---|
| | 135 | std::string _requestAddress; |
|---|
| | 136 | std::string _boundAddress; |
|---|
| | 137 | ClusterWindowRefPtr _clusterWindow; |
|---|
| | 138 | RemoteAspect *_aspect; |
|---|
| | 139 | std::string _serviceName; |
|---|
| | 140 | std::string _connectionType; |
|---|
| | 141 | UInt32 _servicePort; |
|---|
| | 142 | std::string _serviceGroup; |
|---|
| | 143 | UInt32 _serverId; |
|---|
| | 144 | std::string _interface; |
|---|