|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.umu.macow.pip.PIPService
public class PIPService
This is the PIP Web Service. User: jmalcaraz@um.es - University Of Murcia
| Constructor Summary | |
|---|---|
PIPService()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Entry point to PIP Server |
java.lang.String |
retrieveFullKnowledge()
This method will get the knowledge about all the managed elements controlled by MACOW. |
void |
subscribePIP(java.lang.String pubsubsURL,
java.lang.String mySelfURL)
This method will suscribe the PIP to Event Manager Server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PIPService()
throws java.rmi.RemoteException
java.rmi.RemoteException| Method Detail |
|---|
public void subscribePIP(java.lang.String pubsubsURL,
java.lang.String mySelfURL)
throws java.rmi.RemoteException
pubsubsURL - This is the URl of Event manager servermySelfURL - This is the URL of PIP entity.
java.rmi.RemoteException - In case any error occur during communications
public java.lang.String retrieveFullKnowledge()
throws java.rmi.RemoteException
java.rmi.RemoteException - In case any error occur during communicationspublic static void main(java.lang.String[] args)
args - argument to PIP Server
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||