Rio Project 4.2 API Documentation



org.rioproject.entry
Class OperationalStringEntry

java.lang.Object
  extended by net.jini.entry.AbstractEntry
      extended by org.rioproject.entry.OperationalStringEntry
All Implemented Interfaces:
Serializable, Entry

public class OperationalStringEntry
extends AbstractEntry

The OperationalStringEntry contains the name of the OperationalString the service is a member of

Author:
Dennis Reedy
See Also:
Serialized Form

Field Summary
 String name
           
 
Constructor Summary
OperationalStringEntry()
          Construct a OperationalStringEntry
OperationalStringEntry(String name)
          Construct a OperationalStringEntry
 
Method Summary
 
Methods inherited from class net.jini.entry.AbstractEntry
equals, equals, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name
Constructor Detail

OperationalStringEntry

public OperationalStringEntry()
Construct a OperationalStringEntry


OperationalStringEntry

public OperationalStringEntry(String name)
Construct a OperationalStringEntry

Parameters:
name - The name of an OperationalString

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.