public abstract class Stub extends Object
| Constructor and Description |
|---|
Stub() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
attach() |
void |
call(int semantics,
NdrObject ndrobj) |
protected void |
detach() |
String |
getAddress() |
protected Endpoint |
getEndpoint() |
String |
getObject() |
Properties |
getProperties() |
protected abstract String |
getSyntax() |
TransportFactory |
getTransportFactory() |
void |
setAddress(String address) |
protected void |
setEndpoint(Endpoint endpoint) |
void |
setObject(String object) |
void |
setProperties(Properties properties) |
void |
setTransportFactory(TransportFactory transportFactory) |
public String getAddress()
public void setAddress(String address)
public String getObject()
public void setObject(String object)
public TransportFactory getTransportFactory()
public void setTransportFactory(TransportFactory transportFactory)
public Properties getProperties()
public void setProperties(Properties properties)
protected Endpoint getEndpoint()
protected void setEndpoint(Endpoint endpoint)
protected void detach()
throws IOException
IOExceptionprotected void attach()
throws IOException
IOExceptionpublic void call(int semantics,
NdrObject ndrobj)
throws IOException
IOExceptionprotected abstract String getSyntax()
Copyright © 2017 LSST. All rights reserved.