jiniupnp.service
Interface urn_schemas_upnp_org_service_WANCommonInterfaceConfig_1

All Superinterfaces:
java.rmi.Remote

public interface urn_schemas_upnp_org_service_WANCommonInterfaceConfig_1
extends java.rmi.Remote


Method Summary
 net.jini.core.event.EventRegistration addEventListener(RemoteEventListener listener)
           
 void GetCommonLinkProperties(StringHolder NewWANAccessType, UIntegerHolder NewLayer1UpstreamMaxBitRate, UIntegerHolder NewLayer1DownstreamMaxBitRate, StringHolder NewPhysicalLinkStatus)
           
 void GetTotalBytesReceived(UIntegerHolder NewTotalBytesReceived)
           
 void GetTotalBytesSent(UIntegerHolder NewTotalBytesSent)
           
 void GetTotalPacketsReceived(UIntegerHolder NewTotalPacketsReceived)
           
 void GetTotalPacketsSent(UIntegerHolder NewTotalPacketsSent)
           
 void X_getPortInfo(UIntegerHolder portNo, StringHolder portType, StringHolder serviceInstance, StringHolder portObject, UIntegerHolder refCount)
           
 

Method Detail

GetCommonLinkProperties

void GetCommonLinkProperties(StringHolder NewWANAccessType,
                             UIntegerHolder NewLayer1UpstreamMaxBitRate,
                             UIntegerHolder NewLayer1DownstreamMaxBitRate,
                             StringHolder NewPhysicalLinkStatus)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

GetTotalBytesSent

void GetTotalBytesSent(UIntegerHolder NewTotalBytesSent)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

GetTotalBytesReceived

void GetTotalBytesReceived(UIntegerHolder NewTotalBytesReceived)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

GetTotalPacketsSent

void GetTotalPacketsSent(UIntegerHolder NewTotalPacketsSent)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

GetTotalPacketsReceived

void GetTotalPacketsReceived(UIntegerHolder NewTotalPacketsReceived)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

X_getPortInfo

void X_getPortInfo(UIntegerHolder portNo,
                   StringHolder portType,
                   StringHolder serviceInstance,
                   StringHolder portObject,
                   UIntegerHolder refCount)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addEventListener

net.jini.core.event.EventRegistration addEventListener(RemoteEventListener listener)