|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--soaprmi.server.RemoteObject
|
+--soaprmi.server.UnicastRemoteObject
|
+--samples.appMan.MesgPortImpl
This is the implementation of the Port samples.idl.mesgPort.ProvidesMesgPort
| Field Summary | |
private AppManComponent |
amc
|
| Fields inherited from class soaprmi.server.UnicastRemoteObject |
defaultServices, l |
| Fields inherited from class soaprmi.server.RemoteObject |
port |
| Constructor Summary | |
MesgPortImpl(AppManComponent amc_)
|
|
| Method Summary | |
void |
sendMessage(java.lang.String xmlMessage)
The Method logs the event with the AppMan Component. |
| Methods inherited from class soaprmi.server.UnicastRemoteObject |
|
| Methods inherited from class soaprmi.server.RemoteObject |
equals, getReference, getSoapRMIPort, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
| Field Detail |
private AppManComponent amc
| Constructor Detail |
public MesgPortImpl(AppManComponent amc_)
throws soaprmi.RemoteException
amc_ - Handle to the component which contains it.| Method Detail |
public void sendMessage(java.lang.String xmlMessage)
sendMessage in interface MesgPort_idlxmlMessage - The XML message received from the remote component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||