jiniupnp.service
Interface urn_schemas_upnp_org_service_WANDSLLinkConfig_1

All Superinterfaces:
java.rmi.Remote

public interface urn_schemas_upnp_org_service_WANDSLLinkConfig_1
extends java.rmi.Remote


Method Summary
 net.jini.core.event.EventRegistration addEventListener(RemoteEventListener listener)
           
 void GetAutoConfig(BooleanHolder NewAutoConfig)
           
 void GetDSLLinkInfo(StringHolder NewLinkType, StringHolder NewLinkStatus)
           
 void SetDSLLinkType(java.lang.String NewLinkType)
           
 void X_getChannelInfo(IntegerHolder portNo, IntegerHolder channelNo, StringHolder serviceInstance, StringHolder channelObject, IntegerHolder refCount)
           
 

Method Detail

SetDSLLinkType

void SetDSLLinkType(java.lang.String NewLinkType)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

GetDSLLinkInfo

void GetDSLLinkInfo(StringHolder NewLinkType,
                    StringHolder NewLinkStatus)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

GetAutoConfig

void GetAutoConfig(BooleanHolder NewAutoConfig)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

X_getChannelInfo

void X_getChannelInfo(IntegerHolder portNo,
                      IntegerHolder channelNo,
                      StringHolder serviceInstance,
                      StringHolder channelObject,
                      IntegerHolder refCount)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addEventListener

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