weborb.management.servicebrowser
Class ServiceRestrictionType

java.lang.Object
  extended by weborb.management.servicebrowser.ServiceRestrictionType
All Implemented Interfaces:
IUseDirectFieldAccess

public class ServiceRestrictionType
extends java.lang.Object
implements IUseDirectFieldAccess


Field Summary
static int HOST
           
 int Id
           
static int IP
           
static int IPRange
           
 java.lang.String Name
           
static int ROLE
           
 
Constructor Summary
ServiceRestrictionType()
           
ServiceRestrictionType(int type)
           
ServiceRestrictionType(int type, java.lang.String name)
           
 
Method Summary
 boolean isHost()
           
 boolean isIP()
           
 boolean isIPRange()
           
 boolean isRole()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE

public static final int ROLE
See Also:
Constant Field Values

HOST

public static final int HOST
See Also:
Constant Field Values

IPRange

public static final int IPRange
See Also:
Constant Field Values

IP

public static final int IP
See Also:
Constant Field Values

Id

public int Id

Name

public java.lang.String Name
Constructor Detail

ServiceRestrictionType

public ServiceRestrictionType()

ServiceRestrictionType

public ServiceRestrictionType(int type)

ServiceRestrictionType

public ServiceRestrictionType(int type,
                              java.lang.String name)
Method Detail

isRole

public boolean isRole()

isHost

public boolean isHost()

isIPRange

public boolean isIPRange()

isIP

public boolean isIP()


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.