|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cmis.interopserver.services.nwem.NWEMSoapBindingSkeleton
public class NWEMSoapBindingSkeleton
| Constructor Summary | |
|---|---|
NWEMSoapBindingSkeleton()
|
|
NWEMSoapBindingSkeleton(NWEM impl)
|
|
| Method Summary | |
|---|---|
org.cmis.interopserver.beans.cap1_1.Alert |
getAlert(java.lang.String in0)
Gets the Alert that corresponds to the unique identifier. |
org.cmis.interopserver.beans.cap1_1.Alert[] |
getAlertsByPostedDate(java.util.Calendar in0)
Gets all alerts (NWEM messages and non-NWEM messages) posted after the user sepecified time. |
org.cmis.interopserver.beans.cap1_1.Alert[] |
getAlertsBySentDate(java.util.Calendar in0)
Gets all alerts (NWEM messages and non-NWEM messages) those sent fields are later than the last update time. |
java.lang.String |
getHCSMode()
Returns the current operation mode for HazCollect Server. |
org.cmis.interopserver.beans.SimpleCOG |
getMyCog()
Gets the SimpleCOG of the caller |
gov.noaa.nws.hazcollect.support.view.CogGeoFipsCodeImpl[] |
getNWEMAuxData(java.lang.String in0)
Returns all the county FIP codes, county names, FIP county or Zone indicators, state codes, zone codes, ane zone names authorized for user's COG. |
static java.util.List |
getOperationDescByName(java.lang.String methodName)
Returns List of OperationDesc objects with this name |
static java.util.Collection |
getOperationDescs()
Returns Collection of OperationDescs |
java.util.Calendar |
getServerTime()
|
boolean |
isCogAuthorized(java.lang.String in0)
|
java.lang.String |
ping()
This method takes no parameters and returns only "pong" indicating success. |
void |
postNWEM(org.cmis.interopserver.beans.cap1_1.Alert in0,
java.lang.String in1,
org.cmis.interopserver.beans.SimpleCOG[] in2)
This method first sends the NWEM message to the HazCollect Server to be broadcast. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NWEMSoapBindingSkeleton()
public NWEMSoapBindingSkeleton(NWEM impl)
| Method Detail |
|---|
public static java.util.List getOperationDescByName(java.lang.String methodName)
public static java.util.Collection getOperationDescs()
public org.cmis.interopserver.beans.cap1_1.Alert getAlert(java.lang.String in0)
throws java.rmi.RemoteException
NWEM
getAlert in interface NWEMin0 - String -> unique identifier
RemoteException
public org.cmis.interopserver.beans.cap1_1.Alert[] getAlertsBySentDate(java.util.Calendar in0)
throws java.rmi.RemoteException
NWEM
getAlertsBySentDate in interface NWEMin0 - Calendar -> last update time
RemoteException
public java.util.Calendar getServerTime()
throws java.rmi.RemoteException
getServerTime in interface NWEMRemoteException
public void postNWEM(org.cmis.interopserver.beans.cap1_1.Alert in0,
java.lang.String in1,
org.cmis.interopserver.beans.SimpleCOG[] in2)
throws java.rmi.RemoteException
NWEM
postNWEM in interface NWEMin0 - Alert -> NWEM message to be posted to HazCollect Serverin1 - String -> time zone of the senderin2 - SimpleCOG[] -> a list of DMIS COGs to post to
RemoteException
public org.cmis.interopserver.beans.SimpleCOG getMyCog()
throws java.rmi.RemoteException
NWEM
getMyCog in interface NWEMRemoteException
public java.lang.String ping()
throws java.rmi.RemoteException
NWEM
ping in interface NWEMRemoteException
public org.cmis.interopserver.beans.cap1_1.Alert[] getAlertsByPostedDate(java.util.Calendar in0)
throws java.rmi.RemoteException
NWEM
getAlertsByPostedDate in interface NWEMin0 - Calendar -> user specified time
RemoteException
public java.lang.String getHCSMode()
throws java.rmi.RemoteException
NWEM
getHCSMode in interface NWEMRemoteException
public boolean isCogAuthorized(java.lang.String in0)
throws java.rmi.RemoteException
isCogAuthorized in interface NWEMin0 - String -> COG id
RemoteException
public gov.noaa.nws.hazcollect.support.view.CogGeoFipsCodeImpl[] getNWEMAuxData(java.lang.String in0)
throws java.rmi.RemoteException
NWEM
getNWEMAuxData in interface NWEMin0 - String -> COG id
RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||