org.mobicents.slee.management.rules
Class RulesScanner.BindURL

java.lang.Object
  extended by org.mobicents.slee.management.rules.RulesScanner.BindURL
Enclosing class:
RulesScanner

protected class RulesScanner.BindURL
extends java.lang.Object

A container and help class for a bind URL. should be static at this point, with the explicit scanner ref.


Field Summary
 long bindLastModified
          The url to check to decide if we need to redeploy
 java.io.File file
           
 java.net.URL url
           
 
Constructor Summary
RulesScanner.BindURL(java.net.URL url)
           
 
Method Summary
 void bound()
           
 boolean equals(java.lang.Object other)
           
 java.io.File getFile()
           
 long getLastModified()
           
 java.io.Reader getReader()
           
 int hashCode()
           
 boolean isFile()
           
 boolean isModified()
           
 boolean isRemoved()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

url

public java.net.URL url

file

public java.io.File file

bindLastModified

public long bindLastModified
The url to check to decide if we need to redeploy

Constructor Detail

RulesScanner.BindURL

public RulesScanner.BindURL(java.net.URL url)
Method Detail

bound

public void bound()

isFile

public boolean isFile()

getFile

public java.io.File getFile()

getReader

public java.io.Reader getReader()
                         throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

isRemoved

public boolean isRemoved()

getLastModified

public long getLastModified()

isModified

public boolean isModified()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.