ing
This commit is contained in:
parent
2de921d543
commit
323daacc8d
2
pom.xml
2
pom.xml
@ -13,7 +13,7 @@
|
||||
<groupId>com.loafle.overflow</groupId>
|
||||
<artifactId>commons-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.73-SNAPSHOT</version>
|
||||
<version>1.0.74-SNAPSHOT</version>
|
||||
<name>com.loafle.overflow.commons-java</name>
|
||||
|
||||
<properties>
|
||||
|
@ -12,9 +12,7 @@ public interface InfraHostPortService {
|
||||
|
||||
InfraHostPort read(Long id) throws OverflowException;
|
||||
|
||||
InfraHostPort readByInfraHostIDAndMetaPortTypeKeyAndPort(Long infraHostID, String metaPortTypeKey, Integer port)
|
||||
InfraHostPort readByInfraHostIPIDAndMetaPortTypeKeyAndPort(Long infraHostIPID, String metaPortTypeKey, Integer port)
|
||||
throws OverflowException;
|
||||
|
||||
InfraHostPort readByInfraHostInfraZoneIDAndMetaPortTypeKeyAndPort(Long infraHostInfraZoneID, String metaPortTypeKey,
|
||||
Integer port) throws OverflowException;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user