org.openspaces.core.gateway
Class GatewayServiceDetails
java.lang.Object
org.openspaces.pu.service.PlainServiceDetails
org.openspaces.core.gateway.GatewayServiceDetails
- All Implemented Interfaces:
- Externalizable, Serializable, ServiceDetails
- Direct Known Subclasses:
- GatewayDelegatorServiceDetails, GatewaySinkServiceDetails
public class GatewayServiceDetails
- extends PlainServiceDetails
Provide service details of a gateway
AbstractGatewayComponentFactoryBean
- Since:
- 8.0.3
- Author:
- eitany
- See Also:
- Serialized Form
SERVICE_TYPE
public static final String SERVICE_TYPE
- See Also:
- Constant Field Values
GatewayServiceDetails
public GatewayServiceDetails()
GatewayServiceDetails
public GatewayServiceDetails(String id,
String subserviceType,
String description,
String longDescription,
String localGatewayName,
int discoveryPort,
int communicationPort,
boolean embeddedLus)
getLocalGatewayName
public String getLocalGatewayName()
getCommunicationPort
public int getCommunicationPort()
getDiscoveryPort
public int getDiscoveryPort()
isStartEmbeddedLus
public boolean isStartEmbeddedLus()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class PlainServiceDetails
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class PlainServiceDetails
- Throws:
IOException
ClassNotFoundException
Copyright © GigaSpaces.