org.alfresco.repo.domain
Interface Server

All Known Implementing Classes:
ServerImpl

public interface Server

Interface for persistent server objects. These persist details of the servers that have committed transactions to the database, for instance.


Method Summary
 java.lang.Long getId()
           
 java.lang.String getIpAddress()
           
 java.lang.Long getVersion()
           
 void setIpAddress(java.lang.String ipAddress)
           
 

Method Detail

getId

java.lang.Long getId()

getVersion

java.lang.Long getVersion()

getIpAddress

java.lang.String getIpAddress()

setIpAddress

void setIpAddress(java.lang.String ipAddress)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.