|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.PortableServer.Servant
com.dynalivery.server.log.LogReceiverPOA
com.dynalivery.saffron.client.ConsoleLogReceiver
This class implements a LogReceiver service that writes to the console
| Constructor Summary | |
ConsoleLogReceiver()
This Constructor creates a new ConsoleLogReceiver with serverID - "Unknown" clientConnectionID - "CorbaClient" |
|
ConsoleLogReceiver(java.lang.String serverID,
java.lang.String clientID)
This Constructor creates a new ConsoleLogReceiver with the provided ServerID and the ClientConnectionID. |
|
| Method Summary | |
java.lang.String |
getClientConnectionID()
This returns the ClientID used by this LogReceiver. |
java.lang.String |
getServerID()
This returns the ServerID used by this LogReceiver. |
void |
release()
This method releases the resources of this CORBA Log Receiver. |
void |
writeLog(java.lang.String message)
This method uses the System.out for logging the, log messages coming from the server for this Client. |
| Methods inherited from class com.dynalivery.server.log.LogReceiverPOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConsoleLogReceiver()
public ConsoleLogReceiver(java.lang.String serverID,
java.lang.String clientID)
serverID - identifies the serverclientID - identifies the client on the Server.| Method Detail |
public java.lang.String getClientConnectionID()
public java.lang.String getServerID()
public void writeLog(java.lang.String message)
message - message to be logged.public void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||