R
- as type or Reference to the entity like Organization
, Venue etc this VMInfo is for@MappedSuperclass public class VMConnectInfo<R> extends ModelObject
Organization
or Venue
or Event etc.Constructor and Description |
---|
VMConnectInfo() |
Modifier and Type | Method and Description |
---|---|
static Integer |
derivePortNumber(String address)
Return port number or null if none found
|
R |
getEntityRef()
Reference to the entity like
Organization , Venue or Event etc this VMInfo is for |
String |
getFromAddress()
The network Address of the VM we are connecting TO; like an IP address with port#.
|
String |
getToAddress()
The network Address of the VM; like an IP address with port#.
Example: 192.168.4.6:4589 |
String |
getVmId()
Fully qualified Id/name for the entity
that defines the connection by a common name on both sides
|
void |
setEntityRef(R entityRef)
Reference to the entity like
Organization , Venue or Event etc this VMInfo is for |
void |
setFromAddress(String fromAddress)
The network Address of the VM we are connecting TO; like an IP address with port#.
|
void |
setToAddress(String toAddress)
The network Address of the VM; like an IP address with port#.
Example: 192.168.4.6:4589 |
void |
setVmId(String vmId)
Fully qualified Id/name for the entity
that defines the connection by a common name on both sides
|
String |
toString() |
public R getEntityRef()
Organization
, Venue or Event etc this VMInfo is forpublic void setEntityRef(R entityRef)
Organization
, Venue or Event etc this VMInfo is forpublic String getVmId()
public void setVmId(String vmId)
public String getToAddress()
public void setToAddress(String toAddress)
public String getFromAddress()
public void setFromAddress(String fromAddress)
Copyright © 2018. All rights reserved.