Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1.1)

E14651-02


oracle.security.jps.mas.mgmt.jmx.policy
Class PortableCodeSource

java.lang.Object
  extended by oracle.security.jps.mas.mgmt.jmx.policy.PortableCodeSource

All Implemented Interfaces:
java.io.Serializable

public class PortableCodeSource
extends java.lang.Object
implements java.io.Serializable

Class to transport the Code Source information.

See Also:
Serialized Form

Constructor Summary
PortableCodeSource(java.lang.String url)
          Constructor.

 

Method Summary
 boolean equals(java.lang.Object obj)
           
static PortableCodeSource from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance.
 java.lang.String getUrl()
           
 int hashCode()
           
 javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
          Convert an instance of this model specific type to a CompositeData.
static javax.management.openmbean.CompositeType toCompositeType()
          Returns the CompositeType that describes this model specific class.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PortableCodeSource

public PortableCodeSource(java.lang.String url)
Constructor.
Parameters:
url - URL of the Code Source

Method Detail

getUrl

public java.lang.String getUrl()
Returns:
Returns the uRL.

toString

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

toCompositeType

public static javax.management.openmbean.CompositeType toCompositeType()
Returns the CompositeType that describes this model specific class.
Returns:
CompositeType assiciated with this class.

toCompositeData

public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData. This ensure that clients that do not have access to the model specific class can still use the MBean.
Parameters:
ct - - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.
Returns:
CompositeData which represents this class

from

public static PortableCodeSource from(javax.management.openmbean.CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance.
Parameters:
cd - Composite Data which has information regarding the object
Returns:
Object of this specific class got after retrieving information from the Composite Data

equals

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

hashCode

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

Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1.1)

E14651-02


Copyright © 2009, Oracle. All rights reserved.